Mercurial > hg > octave-lyh
diff src/lex.l @ 1355:94697d007075
[project @ 1995-09-05 20:04:15 by jwe]
author | jwe |
---|---|
date | Tue, 05 Sep 1995 20:07:21 +0000 |
parents | 8256c4c57419 |
children | 9ce9e4f1e5b5 |
line wrap: on
line diff
--- a/src/lex.l +++ b/src/lex.l @@ -38,23 +38,23 @@ #include "SLStack.h" +#include "error.h" #include "input.h" -#include "token.h" -#include "user-prefs.h" -#include "variables.h" +#include "lex.h" #include "octave.h" +#include "parse.h" #include "symtab.h" -#include "error.h" -#include "utils.h" +#include "token.h" #include "tree-base.h" +#include "tree-cmd.h" +#include "tree-const.h" #include "tree-expr.h" -#include "tree-cmd.h" #include "tree-misc.h" #include "tree-plot.h" -#include "tree-const.h" +#include "user-prefs.h" +#include "utils.h" +#include "variables.h" #include "y.tab.h" -#include "parse.h" -#include "lex.h" // Stack to hold tokens so that we can delete them when the parser is // reset and avoid growing forever just because we are stashing some