comparison src/pt-exp-base.cc @ 1352:19c10b8657d5

[project @ 1995-09-05 08:11:57 by jwe]
author jwe
date Tue, 05 Sep 1995 08:33:58 +0000
parents 5f63d83dd694
children dc9c01f66a19
comparison
equal deleted inserted replaced
1351:8256c4c57419 1352:19c10b8657d5
40 #ifdef HAVE_UNISTD_H 40 #ifdef HAVE_UNISTD_H
41 #include <sys/types.h> 41 #include <sys/types.h>
42 #include <unistd.h> 42 #include <unistd.h>
43 #endif 43 #endif
44 44
45 #include "variables.h" 45 #include "defun.h"
46 #include "user-prefs.h"
47 #include "dynamic-ld.h" 46 #include "dynamic-ld.h"
48 #include "help.h"
49 #include "error.h" 47 #include "error.h"
50 #include "gripes.h" 48 #include "gripes.h"
49 #include "help.h"
50 #include "input.h"
51 #include "lex.h"
52 #include "octave-hist.h"
53 #include "octave.h"
51 #include "pager.h" 54 #include "pager.h"
55 #include "parse.h"
56 #include "symtab.h"
52 #include "tree-base.h" 57 #include "tree-base.h"
58 #include "tree-const.h"
53 #include "tree-expr.h" 59 #include "tree-expr.h"
54 #include "tree-misc.h" 60 #include "tree-misc.h"
55 #include "tree-const.h" 61 #include "unwind-prot.h"
56 #include "input.h" 62 #include "user-prefs.h"
57 #include "symtab.h"
58 #include "utils.h" 63 #include "utils.h"
59 #include "octave.h" 64 #include "variables.h"
60 #include "octave-hist.h"
61 #include "unwind-prot.h"
62 #include "parse.h"
63 #include "lex.h"
64 #include "defun.h"
65 65
66 // Nonzero means we're returning from a function. 66 // Nonzero means we're returning from a function.
67 extern int returning; 67 extern int returning;
68 68
69 // Nonzero means we're breaking out of a loop or function body. 69 // Nonzero means we're breaking out of a loop or function body.