1 //========================================================================
5 // Copyright 1996 Derek B. Noonburg
7 //========================================================================
10 #pragma implementation
31 void CDECL error(int pos, char *msg, ...) {
41 fprintf(errFile, "Error (%d): ", pos);
43 fprintf(errFile, "Error: ");
46 vfprintf(errFile, msg, args);
48 fprintf(errFile, "\n");