remove the unused MAX_PFILE define from Aleksey Cheusov.

This commit is contained in:
christos 2010-10-18 15:58:05 +00:00
parent 45d6c7c30c
commit 897c4f3091
1 changed files with 0 additions and 2 deletions

View File

@ -49,8 +49,6 @@ extern int errorflag; /* non-zero if any syntax errors; set by yyerror */
int compile_time = 2; /* for error printing: */
/* 2 = cmdline, 1 = compile, 0 = running */
#define MAX_PFILE 20 /* max number of -f's */
static char **pfile = NULL; /* program filenames from -f's */
static size_t maxpfile = 0; /* max program filenames */
static size_t npfile = 0; /* number of filenames */