#!/bin/sh
PPERROR=XYZalfpreproerrorXYZ

alfcheck $1
echo
if test -f $PPERROR
then
   rm $PPERROR
else
   flatalfcompile $1
   rm $1.fal
fi
