comparison 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
comparison
equal deleted inserted replaced
1350:5f63d83dd694 1351:8256c4c57419
35 35
36 #include "SLStack.h" 36 #include "SLStack.h"
37 37
38 #include "Matrix.h" 38 #include "Matrix.h"
39 39
40 #include "error.h"
41 #include "input.h"
42 #include "lex.h"
40 #include "octave-hist.h" 43 #include "octave-hist.h"
41 #include "user-prefs.h" 44 #include "octave.h"
45 #include "pager.h"
46 #include "parse.h"
47 #include "symtab.h"
48 #include "token.h"
42 #include "tree-base.h" 49 #include "tree-base.h"
43 #include "tree-expr.h"
44 #include "tree-cmd.h" 50 #include "tree-cmd.h"
45 #include "tree-const.h" 51 #include "tree-const.h"
52 #include "tree-expr.h"
46 #include "tree-misc.h" 53 #include "tree-misc.h"
54 #include "tree-plot.h"
55 #include "user-prefs.h"
56 #include "utils.h"
47 #include "variables.h" 57 #include "variables.h"
48 #include "tree-plot.h"
49 #include "octave.h"
50 #include "symtab.h"
51 #include "parse.h"
52 #include "token.h"
53 #include "error.h"
54 #include "pager.h"
55 #include "input.h"
56 #include "utils.h"
57 #include "lex.h"
58 58
59 // Nonzero means we're in the middle of defining a function. 59 // Nonzero means we're in the middle of defining a function.
60 int defining_func = 0; 60 int defining_func = 0;
61 61
62 // Nonzero means we're in the middle of defining a loop. 62 // Nonzero means we're in the middle of defining a loop.