Mercurial > hg > octave-lyh
diff src/parse.y @ 1351:8256c4c57419
[project @ 1995-09-05 08:02:08 by jwe]
author | jwe |
---|---|
date | Tue, 05 Sep 1995 08:08:13 +0000 |
parents | 611d403c7f3d |
children | 766af9ca8edb |
line wrap: on
line diff
--- a/src/parse.y +++ b/src/parse.y @@ -37,24 +37,24 @@ #include "Matrix.h" +#include "error.h" +#include "input.h" +#include "lex.h" #include "octave-hist.h" -#include "user-prefs.h" +#include "octave.h" +#include "pager.h" +#include "parse.h" +#include "symtab.h" +#include "token.h" #include "tree-base.h" -#include "tree-expr.h" #include "tree-cmd.h" #include "tree-const.h" +#include "tree-expr.h" #include "tree-misc.h" -#include "variables.h" #include "tree-plot.h" -#include "octave.h" -#include "symtab.h" -#include "parse.h" -#include "token.h" -#include "error.h" -#include "pager.h" -#include "input.h" +#include "user-prefs.h" #include "utils.h" -#include "lex.h" +#include "variables.h" // Nonzero means we're in the middle of defining a function. int defining_func = 0;