mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-26 02:01:03 +00:00
10 lines
155 B
C
10 lines
155 B
C
|
#define QUOTED 257
|
||
|
#define LABEL 258
|
||
|
#define SEMICOLEN 259
|
||
|
#define EQUALS 260
|
||
|
#define ERROR 261
|
||
|
typedef union {
|
||
|
id obj;
|
||
|
} YYSTYPE;
|
||
|
extern YYSTYPE sflval;
|