NetBSD/gnu/dist/toolchain/binutils/sysinfo.h
mrg ee06049914 import of (most of) binutils 2.13.2.1. no top level, and cut down include/
libiberty.  (gcc update later can update libiberty properly.)
2003-03-01 10:06:40 +00:00

23 lines
338 B
C

#ifndef BISON_Y_TAB_H
# define BISON_Y_TAB_H
#ifndef YYSTYPE
typedef union {
int i;
char *s;
} yystype;
# define YYSTYPE yystype
# define YYSTYPE_IS_TRIVIAL 1
#endif
# define COND 257
# define REPEAT 258
# define TYPE 259
# define NAME 260
# define NUMBER 261
# define UNIT 262
extern YYSTYPE yylval;
#endif /* not BISON_Y_TAB_H */