diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2010-10-17 21:56:26 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2010-10-17 21:56:26 +0000 |
commit | ecb78adf803de7c4a6396b2a6ecbb0f09a9f0513 (patch) | |
tree | 9986f3fbca15451542d650673942825ac03b39a7 /binutils/defparse.h | |
parent | 15954e27eb2be1146d00338e3eaed9e557be5b7f (diff) |
Notes
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; |