]> gcc.gnu.org Git - gcc.git/commitdiff
c-parse.in (c_in_iteration_stmt, [...]): Move from here...
authorEric Christopher <echristo@redhat.com>
Wed, 3 Dec 2003 23:33:48 +0000 (23:33 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Wed, 3 Dec 2003 23:33:48 +0000 (23:33 +0000)
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

gcc/ChangeLog
gcc/c-parse.in
gcc/c-tree.h

index d951c37b83f731ac6c5fc338663577c144d013cf..ceb414da1e4a598f8a04e85ad333a36a6586788a 100644 (file)
@@ -1,3 +1,9 @@
+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.
+
 2003-12-03  Jan Hubicka  <jh@suse.cz>
 
        PR optimization/12324
index 9a18d3407372ff1500576c8d7fd450e449755117..320c781b2f8a3e8589ad42959d47859d1f5a3e6e 100644 (file)
@@ -257,9 +257,6 @@ do {                                                                        \
 static int stmt_count;
 static int compstmt_count;
 
-extern int c_in_iteration_stmt;
-extern int c_in_case_stmt;
-
 /* Input location of the end of the body of last simple_if;
    used by the stmt-rule immediately after simple_if returns.  */
 static location_t if_stmt_locus;
index f04e7b4edfabe0b5e25a365e9e97454c186a3c57..4849ab2dd5557e27050316c79cb531b739739787 100644 (file)
@@ -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);
This page took 0.079171 seconds and 5 git commands to generate.