diff libinterp/parse-tree/lex.ll @ 16154:aa5e1e8dce66

* lex.ll: Change y.tab.h to oct-parse.h in comment.
author John W. Eaton <jwe@octave.org>
date Wed, 27 Feb 2013 21:45:29 -0500
parents 891a2a4df71f
children 0259254a3ccc 7eb614760ddb
line wrap: on
line diff
--- a/libinterp/parse-tree/lex.ll	Wed Feb 27 21:43:34 2013 -0500
+++ b/libinterp/parse-tree/lex.ll	Wed Feb 27 21:45:29 2013 -0500
@@ -67,9 +67,9 @@
 #include "quit.h"
 #include "lo-mappers.h"
 
-// These would be alphabetical, but y.tab.h must be included before
-// oct-gperf.h and y.tab.h must be included after token.h and the tree
-// class declarations.  We can't include y.tab.h in oct-gperf.h
+// These would be alphabetical, but oct-parse.h must be included before
+// oct-gperf.h and oct-parse.h must be included after token.h and the tree
+// class declarations.  We can't include oct-parse.h in oct-gperf.h
 // because it may not be protected to allow it to be included multiple
 // times.