summaryrefslogtreecommitdiffstats
path: root/gcc/c-tree.h
diff options
context:
space:
mode:
authorechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>2003-12-03 23:33:48 +0000
committerechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>2003-12-03 23:33:48 +0000
commit2bbf1d925082b588892a5258ea42dabe2a8d4c48 (patch)
tree99b1353a35b6cf57e89eca2b7d6e3379355203f4 /gcc/c-tree.h
parent81cd605e2bcf6402c0719656e5ff46ea50507455 (diff)
downloadppe42-gcc-2bbf1d925082b588892a5258ea42dabe2a8d4c48.tar.gz
ppe42-gcc-2bbf1d925082b588892a5258ea42dabe2a8d4c48.zip
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74253 138bc75d-0d04-0410-961f-82ee72b054a4
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 f04e7b4edfa..4849ab2dd55 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);
OpenPOWER on IntegriCloud