diff src/lex.h @ 3883:69b6bd271277

[project @ 2002-04-02 21:05:10 by jwe]
author jwe
date Tue, 02 Apr 2002 21:05:10 +0000 (2002-04-02)
parents d9803711e047
children 7e0c73f17a5d
line wrap: on
line diff
--- a/src/lex.h
+++ b/src/lex.h
@@ -197,6 +197,9 @@
   lexical_feedback& operator = (const lexical_feedback&);
 };
 
+// TRUE means that we have encountered EOF on the input stream.
+extern bool parser_end_of_input;
+
 // Flags that need to be shared between the lexer and parser.
 extern lexical_feedback lexer_flags;