Minimal changes to get it to compile (a few taken from David Given ack-6.0pre5)
[Ack-5.5.git] / util / ceg / EM_parser / common / scan.c
index a5e3679..4b3af58 100644 (file)
@@ -29,7 +29,7 @@ int yylineno = 1;
 static char buf[BUF_SIZE],     /* Bufer to save backc()-characters */
             *bufptr = buf;     /* Pointer to space for backc()-character */
 
-static FILE *infile = stdin;
+FILE *infile; /*static FILE *infile = stdin;*/