comparison src/pt-misc.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
35 #include <sys/types.h> 35 #include <sys/types.h>
36 #include <unistd.h> 36 #include <unistd.h>
37 #endif 37 #endif
38 38
39 #include "error.h" 39 #include "error.h"
40 #include "oct-obj.h"
41 #include "octave.h"
40 #include "tree-base.h" 42 #include "tree-base.h"
43 #include "tree-cmd.h"
44 #include "tree-const.h"
41 #include "tree-expr.h" 45 #include "tree-expr.h"
42 #include "tree-cmd.h"
43 #include "octave.h"
44 #include "tree-misc.h" 46 #include "tree-misc.h"
45 #include "tree-const.h"
46 #include "user-prefs.h" 47 #include "user-prefs.h"
47 #include "oct-obj.h"
48 48
49 // Nonzero means we're breaking out of a loop or function body. 49 // Nonzero means we're breaking out of a loop or function body.
50 extern int breaking; 50 extern int breaking;
51 51
52 // Nonzero means we're jumping to the end of a loop. 52 // Nonzero means we're jumping to the end of a loop.