changeset 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 a57c2c8c8163
children 0259254a3ccc 236be6179785
files libinterp/parse-tree/lex.ll
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
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.