|
Last change
on this file was 4, checked in by Paul Smedley, 10 years ago |
|
heimdal: applied os2 patches, added conf.cmd
|
|
File size:
294 bytes
|
| Line | |
|---|
| 1 | typedef union {
|
|---|
| 2 | char *string;
|
|---|
| 3 | struct hx_expr *expr;
|
|---|
| 4 | } YYSTYPE;
|
|---|
| 5 | #define kw_TRUE 257
|
|---|
| 6 | #define kw_FALSE 258
|
|---|
| 7 | #define kw_AND 259
|
|---|
| 8 | #define kw_OR 260
|
|---|
| 9 | #define kw_IN 261
|
|---|
| 10 | #define kw_TAILMATCH 262
|
|---|
| 11 | #define NUMBER 263
|
|---|
| 12 | #define STRING 264
|
|---|
| 13 | #define IDENTIFIER 265
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 | extern YYSTYPE yylval;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.