comparison 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
comparison
equal deleted inserted replaced
16153:a57c2c8c8163 16154:aa5e1e8dce66
65 65
66 #include "cmd-edit.h" 66 #include "cmd-edit.h"
67 #include "quit.h" 67 #include "quit.h"
68 #include "lo-mappers.h" 68 #include "lo-mappers.h"
69 69
70 // These would be alphabetical, but y.tab.h must be included before 70 // These would be alphabetical, but oct-parse.h must be included before
71 // oct-gperf.h and y.tab.h must be included after token.h and the tree 71 // oct-gperf.h and oct-parse.h must be included after token.h and the tree
72 // class declarations. We can't include y.tab.h in oct-gperf.h 72 // class declarations. We can't include oct-parse.h in oct-gperf.h
73 // because it may not be protected to allow it to be included multiple 73 // because it may not be protected to allow it to be included multiple
74 // times. 74 // times.
75 75
76 #include "Cell.h" 76 #include "Cell.h"
77 #include "comment-list.h" 77 #include "comment-list.h"