comparison src/lex.l @ 2181:138b3c98dc85

[project @ 1996-05-13 18:02:31 by jwe]
author jwe
date Mon, 13 May 1996 18:06:22 +0000
parents d9b541575734
children 6abec42e52f6
comparison
equal deleted inserted replaced
2180:b087e5e62bec 2181:138b3c98dc85
41 // oct-gperf.h and y.tab.h must be included after token.h and the tree 41 // oct-gperf.h and y.tab.h must be included after token.h and the tree
42 // class declarations. We can't include y.tab.h in oct-gperf.h 42 // class declarations. We can't include y.tab.h in oct-gperf.h
43 // because it may not be protected to allow it to be included multiple 43 // because it may not be protected to allow it to be included multiple
44 // times. 44 // times.
45 45
46 #include "defun.h"
46 #include "error.h" 47 #include "error.h"
47 #include "input.h" 48 #include "input.h"
48 #include "lex.h" 49 #include "lex.h"
49 #include "toplev.h" 50 #include "toplev.h"
50 #include "parse.h" 51 #include "parse.h"