diff options
author | marha <marha@users.sourceforge.net> | 2009-12-20 21:08:15 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-12-20 21:08:15 +0000 |
commit | d8432fdd4f13e9f9d1d44f5482faeb56562661a9 (patch) | |
tree | 10b8d598d3c821cdb25569d4bd750b7ad8cae269 /xorg-server/hw/xwin/winprefsyacc.h | |
parent | d34fc70fab4607f70184206a592397c97c3e478e (diff) | |
download | vcxsrv-d8432fdd4f13e9f9d1d44f5482faeb56562661a9.tar.gz vcxsrv-d8432fdd4f13e9f9d1d44f5482faeb56562661a9.tar.bz2 vcxsrv-d8432fdd4f13e9f9d1d44f5482faeb56562661a9.zip |
Switched to xorg-server-1.7.99.2
Diffstat (limited to 'xorg-server/hw/xwin/winprefsyacc.h')
-rw-r--r-- | xorg-server/hw/xwin/winprefsyacc.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/xorg-server/hw/xwin/winprefsyacc.h b/xorg-server/hw/xwin/winprefsyacc.h index a9e5d0c2b..67470cfb7 100644 --- a/xorg-server/hw/xwin/winprefsyacc.h +++ b/xorg-server/hw/xwin/winprefsyacc.h @@ -65,8 +65,9 @@ DEBUG = 281, RELOAD = 282, TRAYICON = 283, - SILENTEXIT = 284, - STRING = 285 + FORCEEXIT = 284, + SILENTEXIT = 285, + STRING = 286 }; #endif /* Tokens. */ @@ -96,8 +97,9 @@ #define DEBUG 281 #define RELOAD 282 #define TRAYICON 283 -#define SILENTEXIT 284 -#define STRING 285 +#define FORCEEXIT 284 +#define SILENTEXIT 285 +#define STRING 286 @@ -116,7 +118,7 @@ typedef union YYSTYPE /* Line 1676 of yacc.c */ -#line 120 "winprefsyacc.h" +#line 122 "winprefsyacc.h" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ |