mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-27 02:30:53 +00:00
8 lines
124 B
C
8 lines
124 B
C
|
#define NSSTRING 257
|
||
|
#define NSDATA 258
|
||
|
#define ERROR 259
|
||
|
typedef union {
|
||
|
id obj;
|
||
|
} YYSTYPE;
|
||
|
extern YYSTYPE pllval;
|