From cce855bc5b117cb7ae70064131120687bc69fac0 Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Fri, 17 Apr 1998 19:52:44 +0000 Subject: Imported from ../bash-2.02.tar.gz. --- y.tab.h | 43 ++++++++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 19 deletions(-) (limited to 'y.tab.h') diff --git a/y.tab.h b/y.tab.h index 2acc11ca..affe1206 100644 --- a/y.tab.h +++ b/y.tab.h @@ -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; -- cgit v1.2.1