clean up minor build warnings

This commit is contained in:
cxgeorge 2001-07-10 01:52:18 +00:00
parent 9498704b93
commit 555f8d3e24
2 changed files with 5 additions and 0 deletions

View File

@ -30,4 +30,6 @@ void dcyywarning(const string &msg);
int dcyylex();
// we always read files
#define YY_NEVER_INTERACTIVE 1
#endif

View File

@ -40,4 +40,7 @@ void eggyywarning(ostringstream &strm);
int eggyylex();
// always read from files
#define YY_NEVER_INTERACTIVE 1
#endif