iup-stack/iup/srcledc/y.tab.h

11 lines
184 B
C
Raw Permalink Normal View History

2023-02-20 16:44:45 +00:00
#define NAME 257
#define STRING 258
typedef union {
char* fString;
Tattr* fAttr;
Tlist* fList;
Telem* fElem;
Tparam* fParam;
} YYSTYPE;
extern YYSTYPE yylval;