diff options
Diffstat (limited to 'binutils-2.22/binutils/defparse.h')
-rw-r--r-- | binutils-2.22/binutils/defparse.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/binutils-2.22/binutils/defparse.h b/binutils-2.22/binutils/defparse.h index ef26229..e4b6c59 100644 --- a/binutils-2.22/binutils/defparse.h +++ b/binutils-2.22/binutils/defparse.h @@ -109,10 +109,11 @@ typedef union YYSTYPE #line 29 "defparse.y" { char *id; + const char *id_const; int number; } /* Line 1529 of yacc.c. */ -#line 116 "defparse.h" +#line 117 "defparse.h" YYSTYPE; # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 |