diff options
| author | Jari Aalto <jari.aalto@cante.net> | 1998-04-17 19:52:44 +0000 |
|---|---|---|
| committer | Jari Aalto <jari.aalto@cante.net> | 2009-09-12 16:46:51 +0000 |
| commit | cce855bc5b117cb7ae70064131120687bc69fac0 (patch) | |
| tree | 39c7a4ec8f6d22ef03df74f2684e6a04fef10399 /parser-built | |
| parent | e8ce775db824de329b81293b4e5d8fbd65624528 (diff) | |
| download | android_external_bash-cce855bc5b117cb7ae70064131120687bc69fac0.tar.gz android_external_bash-cce855bc5b117cb7ae70064131120687bc69fac0.tar.bz2 android_external_bash-cce855bc5b117cb7ae70064131120687bc69fac0.zip | |
Imported from ../bash-2.02.tar.gz.
Diffstat (limited to 'parser-built')
| -rw-r--r-- | parser-built | 43 |
1 files changed, 24 insertions, 19 deletions
diff --git a/parser-built b/parser-built index 2acc11c..affe120 100644 --- a/parser-built +++ b/parser-built @@ -21,25 +21,30 @@ typedef union { #define DO 269 #define DONE 270 #define FUNCTION 271 -#define IN 272 -#define BANG 273 -#define TIME 274 -#define TIMEOPT 275 -#define WORD 276 -#define ASSIGNMENT_WORD 277 -#define NUMBER 278 -#define AND_AND 279 -#define OR_OR 280 -#define GREATER_GREATER 281 -#define LESS_LESS 282 -#define LESS_AND 283 -#define GREATER_AND 284 -#define SEMI_SEMI 285 -#define LESS_LESS_MINUS 286 -#define AND_GREATER 287 -#define LESS_GREATER 288 -#define GREATER_BAR 289 -#define yacc_EOF 290 +#define COND_START 272 +#define COND_END 273 +#define COND_ERROR 274 +#define IN 275 +#define BANG 276 +#define TIME 277 +#define TIMEOPT 278 +#define WORD 279 +#define ASSIGNMENT_WORD 280 +#define NUMBER 281 +#define ARITH_CMD 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 GREATER_AND 289 +#define SEMI_SEMI 290 +#define LESS_LESS_MINUS 291 +#define AND_GREATER 292 +#define LESS_GREATER 293 +#define GREATER_BAR 294 +#define yacc_EOF 295 extern YYSTYPE yylval; |
