diff options
author | Martin v. Löwis <loewis@gcc.gnu.org> | 1999-03-17 01:18:10 +0000 |
---|---|---|
committer | Martin v. Löwis <loewis@gcc.gnu.org> | 1999-03-17 01:18:10 +0000 |
commit | 5395a57667808cc1593687f4ad4f7f9e2a332940 (patch) | |
tree | 9d0147d52038bbdecfa60a0d3338352867030db0 /gcc | |
parent | ac0a736384492e7a2a683986ec8156f46142277e (diff) | |
download | gcc-5395a57667808cc1593687f4ad4f7f9e2a332940.zip gcc-5395a57667808cc1593687f4ad4f7f9e2a332940.tar.gz gcc-5395a57667808cc1593687f4ad4f7f9e2a332940.tar.bz2 |
Regenerate
From-SVN: r25814
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/parse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/parse.h b/gcc/cp/parse.h index 8872d4c..5f21a76 100644 --- a/gcc/cp/parse.h +++ b/gcc/cp/parse.h @@ -87,3 +87,4 @@ typedef union {long itype; tree ttype; char *strtype; enum tree_code code; flagg extern YYSTYPE yylval; +#define YYEMPTY -2 |