aboutsummaryrefslogtreecommitdiffstats
path: root/y.tab.h
diff options
context:
space:
mode:
authorJari Aalto <jari.aalto@cante.net>2004-07-27 13:29:18 +0000
committerJari Aalto <jari.aalto@cante.net>2009-09-12 16:46:56 +0000
commitb80f6443b6b7b620c7272664c66ecb0b120a0998 (patch)
tree9f71c98d8fe8fa0f41d95e1eb4227f32a09d43ca /y.tab.h
parent7117c2d221b2aed4ede8600f6a36b7c1454b4f55 (diff)
downloadandroid_external_bash-b80f6443b6b7b620c7272664c66ecb0b120a0998.tar.gz
android_external_bash-b80f6443b6b7b620c7272664c66ecb0b120a0998.tar.bz2
android_external_bash-b80f6443b6b7b620c7272664c66ecb0b120a0998.zip
Imported from ../bash-3.0.tar.gz.
Diffstat (limited to 'y.tab.h')
-rw-r--r--y.tab.h90
1 files changed, 41 insertions, 49 deletions
diff --git a/y.tab.h b/y.tab.h
index 565b039..3527227 100644
--- a/y.tab.h
+++ b/y.tab.h
@@ -1,7 +1,3 @@
-#ifndef BISON_Y_TAB_H
-# define BISON_Y_TAB_H
-
-#ifndef YYSTYPE
typedef union {
WORD_DESC *word; /* the word that we read. */
int number; /* the number that we read. */
@@ -10,51 +6,47 @@ typedef union {
REDIRECT *redirect;
ELEMENT element;
PATTERN_LIST *pattern;
-} yystype;
-# define YYSTYPE yystype
-#endif
-# define IF 257
-# define THEN 258
-# define ELSE 259
-# define ELIF 260
-# define FI 261
-# define CASE 262
-# define ESAC 263
-# define FOR 264
-# define SELECT 265
-# define WHILE 266
-# define UNTIL 267
-# define DO 268
-# define DONE 269
-# define FUNCTION 270
-# define COND_START 271
-# define COND_END 272
-# define COND_ERROR 273
-# define IN 274
-# define BANG 275
-# define TIME 276
-# define TIMEOPT 277
-# define WORD 278
-# define ASSIGNMENT_WORD 279
-# define NUMBER 280
-# define ARITH_CMD 281
-# define ARITH_FOR_EXPRS 282
-# define COND_CMD 283
-# define AND_AND 284
-# define OR_OR 285
-# define GREATER_GREATER 286
-# define LESS_LESS 287
-# define LESS_AND 288
-# define LESS_LESS_LESS 289
-# define GREATER_AND 290
-# define SEMI_SEMI 291
-# define LESS_LESS_MINUS 292
-# define AND_GREATER 293
-# define LESS_GREATER 294
-# define GREATER_BAR 295
-# define yacc_EOF 296
+} YYSTYPE;
+#define IF 257
+#define THEN 258
+#define ELSE 259
+#define ELIF 260
+#define FI 261
+#define CASE 262
+#define ESAC 263
+#define FOR 264
+#define SELECT 265
+#define WHILE 266
+#define UNTIL 267
+#define DO 268
+#define DONE 269
+#define FUNCTION 270
+#define COND_START 271
+#define COND_END 272
+#define COND_ERROR 273
+#define IN 274
+#define BANG 275
+#define TIME 276
+#define TIMEOPT 277
+#define WORD 278
+#define ASSIGNMENT_WORD 279
+#define NUMBER 280
+#define ARITH_CMD 281
+#define ARITH_FOR_EXPRS 282
+#define COND_CMD 283
+#define AND_AND 284
+#define OR_OR 285
+#define GREATER_GREATER 286
+#define LESS_LESS 287
+#define LESS_AND 288
+#define LESS_LESS_LESS 289
+#define GREATER_AND 290
+#define SEMI_SEMI 291
+#define LESS_LESS_MINUS 292
+#define AND_GREATER 293
+#define LESS_GREATER 294
+#define GREATER_BAR 295
+#define yacc_EOF 296
extern YYSTYPE yylval;
-
-#endif /* not BISON_Y_TAB_H */