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)
commit466b0dd3fca1ba388befd7f600a714c096a713c1
treeca2771981f6882f4404b125ea0e1a44d608ec25a
parent3dcaad8b2d3698f4dc94e58176abd95fed4ddbf3
gxx.gperf (RETURN): Rename to RETURN_KEYWORD to avoid clashes with the RTL code RETURN.

* 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