From 8f07d0732214f6172f01411c1c3103ef7812b7ad Mon Sep 17 00:00:00 2001 From: CSRG Date: Sun, 10 Jul 1988 03:28:05 -0800 Subject: [PATCH] BSD 4_3_Tahoe development Work on file usr/src/ucb/pascal/pdx/command/y.tab.h Synthesized-from: CSRG/cd2/4.3tahoe --- usr/src/ucb/pascal/pdx/command/y.tab.h | 55 ++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 usr/src/ucb/pascal/pdx/command/y.tab.h diff --git a/usr/src/ucb/pascal/pdx/command/y.tab.h b/usr/src/ucb/pascal/pdx/command/y.tab.h new file mode 100644 index 0000000000..5d352a9b05 --- /dev/null +++ b/usr/src/ucb/pascal/pdx/command/y.tab.h @@ -0,0 +1,55 @@ + +typedef union { + SYM *y_sym; + NODE *y_node; + int y_int; + OP y_op; + long y_long; + double y_real; + char *y_string; + BOOLEAN y_bool; +} YYSTYPE; +extern YYSTYPE yylval; +# define ALIAS 257 +# define ASSIGN 258 +# define CALL 259 +# define CHFILE 260 +# define CONT 261 +# define DUMP 262 +# define EDIT 263 +# define GRIPE 264 +# define HELP 265 +# define LIST 266 +# define NEXT 267 +# define QUIT 268 +# define REMAKE 269 +# define PRINT 270 +# define RUN 271 +# define SH 272 +# define SOURCE 273 +# define STATUS 274 +# define STEP 275 +# define STOP 276 +# define STOPI 277 +# define TRACE 278 +# define TRACEI 279 +# define DELETE 280 +# define WHATIS 281 +# define WHICH 282 +# define WHERE 283 +# define XI 284 +# define XD 285 +# define AT 286 +# define IN 287 +# define IF 288 +# define FILENAME 289 +# define INT 290 +# define REAL 291 +# define NAME 292 +# define STRING 293 +# define DIV 294 +# define MOD 295 +# define AND 296 +# define OR 297 +# define NOT 298 +# define UNARYSIGN 299 -- 2.20.1