Remove unused variable.

This commit is contained in:
Anthony J. Bentley
2013-05-19 17:08:44 -06:00
parent c21c0f458f
commit 34d40a67c9
2 changed files with 0 additions and 4 deletions

View File

@@ -22,8 +22,6 @@ extern void opt_Parse(char *s);
void fatalerror(const char *fmt, ...);
void yyerror(const char *fmt, ...);
extern char temptext[1024];
#define YY_FATAL_ERROR fatalerror
#ifdef YYLMAX