First import
[xorg_rtime.git] / xorg-server-1.4 / hw / xwin / winprefsyacc.h
blob841cf6ea7e31dae9964f6274b47b42ccd4daf481
1 /* A Bison parser, made from /home/anholt/xserver-stable/hw/xwin/winprefsyacc.y, by GNU bison 1.75. */
3 /* Skeleton parser for Yacc-like parsing with Bison,
4 Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software Foundation, Inc.
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option)
9 any later version.
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License
17 along with this program; if not, write to the Free Software
18 Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */
21 /* As a special exception, when this file is copied by Bison into a
22 Bison output file, you may use that output file without restriction.
23 This special exception was added by the Free Software Foundation
24 in version 1.24 of Bison. */
26 #ifndef BISON_WINPREFSYACC_H
27 # define BISON_WINPREFSYACC_H
29 /* Tokens. */
30 #ifndef YYTOKENTYPE
31 # define YYTOKENTYPE
32 /* Put the tokens into the symbol table, so that GDB and other debuggers
33 know about them. */
34 enum yytokentype {
35 NEWLINE = 258,
36 MENU = 259,
37 LB = 260,
38 RB = 261,
39 ICONDIRECTORY = 262,
40 DEFAULTICON = 263,
41 ICONS = 264,
42 DEFAULTSYSMENU = 265,
43 SYSMENU = 266,
44 ROOTMENU = 267,
45 SEPARATOR = 268,
46 ATSTART = 269,
47 ATEND = 270,
48 EXEC = 271,
49 ALWAYSONTOP = 272,
50 DEBUG = 273,
51 RELOAD = 274,
52 TRAYICON = 275,
53 SILENTEXIT = 276,
54 STRING = 277
56 #endif
57 #define NEWLINE 258
58 #define MENU 259
59 #define LB 260
60 #define RB 261
61 #define ICONDIRECTORY 262
62 #define DEFAULTICON 263
63 #define ICONS 264
64 #define DEFAULTSYSMENU 265
65 #define SYSMENU 266
66 #define ROOTMENU 267
67 #define SEPARATOR 268
68 #define ATSTART 269
69 #define ATEND 270
70 #define EXEC 271
71 #define ALWAYSONTOP 272
72 #define DEBUG 273
73 #define RELOAD 274
74 #define TRAYICON 275
75 #define SILENTEXIT 276
76 #define STRING 277
81 #ifndef YYSTYPE
82 #line 79 "winprefsyacc.y"
83 typedef union {
84 char *sVal;
85 int iVal;
86 } yystype;
87 /* Line 1237 of /usr/local/share/bison/yacc.c. */
88 #line 89 "winprefsyacc.h"
89 # define YYSTYPE yystype
90 #endif
92 extern YYSTYPE yylval;
95 #endif /* not BISON_WINPREFSYACC_H */