]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gxx.gperf (RETURN): Rename to RETURN_KEYWORD to avoid clashes with the RTL code RETURN.
authorMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 22 Apr 1999 17:37:35 +0000 (17:37 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 22 Apr 1999 17:37:35 +0000 (17:37 +0000)
* gxx.gperf (RETURN): Rename to RETURN_KEYWORD to avoid clashes
with the RTL code RETURN.
* hash.h: Regenerated.
* lex.c (reinit_parse_for_block): Use RETURN_KEYWORD.
* parse.y: Replace RETURN with RETURN_KEYWORD throughout.
* parse.c: Regenerated.
* parse.h: Likewise.
* pt.c: Include varray.h.  Include rtl.h since varray.h requires
it.
(inline_parm_levels): New variable.
(inline_parm_levels_used): Likewise.
(maybe_begin_member_template_processing): Update them.
(maybe_end_member_template_processing): Use them, rather than
guessing how many levels to pop.

From-SVN: r26588

gcc/cp/parse.h

index 5f21a767bc3528faf520b1d837f7592feefa69ea..c3615429efe62463175243a318272d7b63e8a64e 100644 (file)
@@ -21,7 +21,7 @@ typedef union {long itype; tree ttype; char *strtype; enum tree_code code; flagg
 #define        DEFAULT 277
 #define        BREAK   278
 #define        CONTINUE        279
-#define        RETURN  280
+#define        RETURN_KEYWORD  280
 #define        GOTO    281
 #define        ASM_KEYWORD     282
 #define        TYPEOF  283