ftp.nice.ch/pub/next/unix/database/yooda.1.3.s.tar.gz#/yooda/test/mono/simple_y.h

This is simple_y.h in view mode; [Download] [Up]

typedef union
#ifdef __cplusplus
	YYSTYPE
#endif
  {
	char text[256];
	int  value ;
        } YYSTYPE;
extern YYSTYPE simple_yylval;
# define CREATE 257
# define DELETE 258
# define MODIFY 259
# define VERIFY 260
# define VERIFY_DELETE 261
# define VERIFY_ALL 262
# define COMMIT 263
# define ABORT 264
# define INTERRUPT_COMMIT 265
# define INTERRUPT_ABORT 266
# define CONNECT 267
# define DISCONNECT 268
# define LAUNCH_SERVERS 269
# define STOP_SERVERS 270
# define SLEEP 271
# define IDENT 272
# define INT 273

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.