OpenCores
URL https://opencores.org/ocsvn/core_arm/core_arm/trunk

Subversion Repositories core_arm

[/] [core_arm/] [trunk/] [build/] [config/] [zconf.tab.h] - Blame information for rev 2

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 tarookumic
/* A Bison parser, made by GNU Bison 1.875b.  */
2
 
3
/* Skeleton parser for Yacc-like parsing with Bison,
4
   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
5
 
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.
10
 
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.
15
 
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.  */
20
 
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.  */
25
 
26
/* Tokens.  */
27
#ifndef YYTOKENTYPE
28
# define YYTOKENTYPE
29
   /* Put the tokens into the symbol table, so that GDB and other debuggers
30
      know about them.  */
31
   enum yytokentype {
32
     T_MAINMENU = 258,
33
     T_MENU = 259,
34
     T_ENDMENU = 260,
35
     T_SOURCE = 261,
36
     T_CHOICE = 262,
37
     T_ENDCHOICE = 263,
38
     T_COMMENT = 264,
39
     T_CONFIG = 265,
40
     T_MENUCONFIG = 266,
41
     T_HELP = 267,
42
     T_HELPTEXT = 268,
43
     T_IF = 269,
44
     T_ENDIF = 270,
45
     T_DEPENDS = 271,
46
     T_REQUIRES = 272,
47
     T_OPTIONAL = 273,
48
     T_PROMPT = 274,
49
     T_DEFAULT = 275,
50
     T_TRISTATE = 276,
51
     T_DEF_TRISTATE = 277,
52
     T_BOOLEAN = 278,
53
     T_DEF_BOOLEAN = 279,
54
     T_STRING = 280,
55
     T_INT = 281,
56
     T_HEX = 282,
57
     T_WORD = 283,
58
     T_WORD_QUOTE = 284,
59
     T_UNEQUAL = 285,
60
     T_EOF = 286,
61
     T_EOL = 287,
62
     T_CLOSE_PAREN = 288,
63
     T_OPEN_PAREN = 289,
64
     T_ON = 290,
65
     T_SELECT = 291,
66
     T_RANGE = 292,
67
     T_OR = 293,
68
     T_AND = 294,
69
     T_EQUAL = 295,
70
     T_NOT = 296
71
   };
72
#endif
73
#define T_MAINMENU 258
74
#define T_MENU 259
75
#define T_ENDMENU 260
76
#define T_SOURCE 261
77
#define T_CHOICE 262
78
#define T_ENDCHOICE 263
79
#define T_COMMENT 264
80
#define T_CONFIG 265
81
#define T_MENUCONFIG 266
82
#define T_HELP 267
83
#define T_HELPTEXT 268
84
#define T_IF 269
85
#define T_ENDIF 270
86
#define T_DEPENDS 271
87
#define T_REQUIRES 272
88
#define T_OPTIONAL 273
89
#define T_PROMPT 274
90
#define T_DEFAULT 275
91
#define T_TRISTATE 276
92
#define T_DEF_TRISTATE 277
93
#define T_BOOLEAN 278
94
#define T_DEF_BOOLEAN 279
95
#define T_STRING 280
96
#define T_INT 281
97
#define T_HEX 282
98
#define T_WORD 283
99
#define T_WORD_QUOTE 284
100
#define T_UNEQUAL 285
101
#define T_EOF 286
102
#define T_EOL 287
103
#define T_CLOSE_PAREN 288
104
#define T_OPEN_PAREN 289
105
#define T_ON 290
106
#define T_SELECT 291
107
#define T_RANGE 292
108
#define T_OR 293
109
#define T_AND 294
110
#define T_EQUAL 295
111
#define T_NOT 296
112
 
113
 
114
 
115
 
116
#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
117
#line 33 "build/config/share/zconf.y"
118
typedef union YYSTYPE {
119
        int token;
120
        char *string;
121
        struct symbol *symbol;
122
        struct expr *expr;
123
        struct menu *menu;
124
} YYSTYPE;
125
/* Line 1252 of yacc.c.  */
126
#line 127 "build/config/share/zconf.tab.h"
127
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
128
# define YYSTYPE_IS_DECLARED 1
129
# define YYSTYPE_IS_TRIVIAL 1
130
#endif
131
 
132
extern YYSTYPE zconflval;
133
 
134
 
135
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.