diff options
Diffstat (limited to 'binutils/defparse.h')
-rw-r--r-- | binutils/defparse.h | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/binutils/defparse.h b/binutils/defparse.h index ee1465291e44..71a82752954b 100644 --- a/binutils/defparse.h +++ b/binutils/defparse.h @@ -28,14 +28,15 @@ typedef union { # define SHARED 273 # define NONSHARED 274 # define NONAME 275 -# define SINGLE 276 -# define MULTIPLE 277 -# define INITINSTANCE 278 -# define INITGLOBAL 279 -# define TERMINSTANCE 280 -# define TERMGLOBAL 281 -# define ID 282 -# define NUMBER 283 +# define PRIVATE 276 +# define SINGLE 277 +# define MULTIPLE 278 +# define INITINSTANCE 279 +# define INITGLOBAL 280 +# define TERMINSTANCE 281 +# define TERMGLOBAL 282 +# define ID 283 +# define NUMBER 284 extern YYSTYPE yylval; |