This is yoocom_y.h in view mode; [Download] [Up]
typedef union {
char ident[SIZEOF_TOKEN] ;
int value ;
SvcClass* classdecl ;
ListPtr<SvcIdent>* identlist ;
SvcIdent* attrident ;
ListPtr<SvcClass>* classlist ;
SvcHead* classhead ;
ListPtr<SvcMember>* memberlist ;
SvcMember* member ;
SvcType* typespec ;
ListPtr<SvcParam>* paramlist ;
SvcParam* param ;
} YYSTYPE;
extern YYSTYPE yoocom_yylval;
# define IDENTIFIER 257
# define CHAR 258
# define U_CHAR 259
# define SHORT 260
# define U_SHORT 261
# define INT 262
# define U_INT 263
# define FLOAT 264
# define DOUBLE 265
# define STRING 266
# define VOID 267
# define IN 0
# define OUT 1
# define VINT 270
# define CONST 271
# define REMOTE 272
# define ACCESS 273
# define SVCSTRUCT 274
# define SVCCLASS 275
# define FLOW 276
# define TABLE 277
# define CBRACKET 278
# define OBRACKET 279
# define VIRTUAL 280
# define EQ_0 281
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.