aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@redhat.com>2003-12-03 23:33:48 +0000
committerEric Christopher <echristo@gcc.gnu.org>2003-12-03 23:33:48 +0000
commitcfe79ecf836687ea3a02cacd62d92773d0831b6d (patch)
tree99b1353a35b6cf57e89eca2b7d6e3379355203f4 /gcc/c-tree.h
parenta40c29610c1f47a94cb46ae57d65a85edb725b31 (diff)
downloadgcc-cfe79ecf836687ea3a02cacd62d92773d0831b6d.zip
gcc-cfe79ecf836687ea3a02cacd62d92773d0831b6d.tar.gz
gcc-cfe79ecf836687ea3a02cacd62d92773d0831b6d.tar.bz2
c-parse.in (c_in_iteration_stmt, [...]): Move from here...
2003-12-03 Eric Christopher <echristo@redhat.com> * c-parse.in (c_in_iteration_stmt, c_in_case_stmt): Move from here... * c-tree.h: to here. From-SVN: r74253
Diffstat (limited to 'gcc/c-tree.h')
-rw-r--r--gcc/c-tree.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h
index f04e7b4..4849ab2 100644
--- a/gcc/c-tree.h
+++ b/gcc/c-tree.h
@@ -176,6 +176,9 @@ extern void c_parse_init (void);
extern void gen_aux_info_record (tree, int, int, int);
/* in c-decl.c */
+extern int c_in_iteration_stmt;
+extern int c_in_case_stmt;
+
extern int global_bindings_p (void);
extern tree getdecls (void);
extern void pushlevel (int);