mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
prebuild-bison
This commit is contained in:
parent
32350bdc59
commit
5566f0c247
4441
pandatool/src/vrml/vrmlLexer.cxx.prebuilt
Normal file
4441
pandatool/src/vrml/vrmlLexer.cxx.prebuilt
Normal file
File diff suppressed because it is too large
Load Diff
1761
pandatool/src/vrml/vrmlParser.cxx.prebuilt
Normal file
1761
pandatool/src/vrml/vrmlParser.cxx.prebuilt
Normal file
File diff suppressed because it is too large
Load Diff
52
pandatool/src/vrml/vrmlParser.h.prebuilt
Normal file
52
pandatool/src/vrml/vrmlParser.h.prebuilt
Normal file
@ -0,0 +1,52 @@
|
||||
#ifndef BISON_Y_TAB_H
|
||||
# define BISON_Y_TAB_H
|
||||
|
||||
#ifndef YYSTYPE
|
||||
typedef union {
|
||||
char *string;
|
||||
VrmlFieldValue fv;
|
||||
VrmlNode *node;
|
||||
MFArray *mfarray;
|
||||
SFNodeRef nodeRef;
|
||||
VrmlScene *scene;
|
||||
} yystype;
|
||||
# define YYSTYPE yystype
|
||||
# define YYSTYPE_IS_TRIVIAL 1
|
||||
#endif
|
||||
# define IDENTIFIER 257
|
||||
# define DEF 258
|
||||
# define USE 259
|
||||
# define PROTO 260
|
||||
# define EXTERNPROTO 261
|
||||
# define TO 262
|
||||
# define IS 263
|
||||
# define ROUTE 264
|
||||
# define SFN_NULL 265
|
||||
# define EVENTIN 266
|
||||
# define EVENTOUT 267
|
||||
# define FIELD 268
|
||||
# define EXPOSEDFIELD 269
|
||||
# define SFBOOL 270
|
||||
# define SFCOLOR 271
|
||||
# define SFFLOAT 272
|
||||
# define SFIMAGE 273
|
||||
# define SFINT32 274
|
||||
# define SFNODE 275
|
||||
# define SFROTATION 276
|
||||
# define SFSTRING 277
|
||||
# define SFTIME 278
|
||||
# define SFVEC2F 279
|
||||
# define SFVEC3F 280
|
||||
# define MFCOLOR 281
|
||||
# define MFFLOAT 282
|
||||
# define MFINT32 283
|
||||
# define MFROTATION 284
|
||||
# define MFSTRING 285
|
||||
# define MFVEC2F 286
|
||||
# define MFVEC3F 287
|
||||
# define MFNODE 288
|
||||
|
||||
|
||||
extern YYSTYPE vrmlyylval;
|
||||
|
||||
#endif /* not BISON_Y_TAB_H */
|
2194
pandatool/src/xfile/xLexer.cxx.prebuilt
Normal file
2194
pandatool/src/xfile/xLexer.cxx.prebuilt
Normal file
File diff suppressed because it is too large
Load Diff
1383
pandatool/src/xfile/xParser.cxx.prebuilt
Normal file
1383
pandatool/src/xfile/xParser.cxx.prebuilt
Normal file
File diff suppressed because it is too large
Load Diff
26
pandatool/src/xfile/xParser.h.prebuilt
Normal file
26
pandatool/src/xfile/xParser.h.prebuilt
Normal file
@ -0,0 +1,26 @@
|
||||
#ifndef BISON_Y_TAB_H
|
||||
# define BISON_Y_TAB_H
|
||||
|
||||
# define INTEGER 257
|
||||
# define REAL 258
|
||||
# define STRING 259
|
||||
# define IDENTIFIER 260
|
||||
# define WINDOWS_GUID 261
|
||||
# define KW_ARRAY 262
|
||||
# define KW_BYTE 263
|
||||
# define KW_CHAR 264
|
||||
# define KW_CSTRING 265
|
||||
# define KW_DOUBLE 266
|
||||
# define KW_DWORD 267
|
||||
# define KW_FLOAT 268
|
||||
# define KW_STRING 269
|
||||
# define KW_TEMPLATE 270
|
||||
# define KW_UCHAR 271
|
||||
# define KW_UNICODE 272
|
||||
# define KW_WORD 273
|
||||
# define ELLIPSIS 274
|
||||
|
||||
|
||||
extern YYSTYPE xyylval;
|
||||
|
||||
#endif /* not BISON_Y_TAB_H */
|
Loading…
x
Reference in New Issue
Block a user