ftp.nice.ch/Attic/openStep/implementation/gnustep/sources/libFoundation.0.7.tgz#/libFoundation-0.7/libFoundation/Foundation/tokens.h

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

#ifndef tokens_h
#define tokens_h
/* tokens.h -- List of labelled tokens and stuff
 *
 * Generated from: NSStringPropList.g
 *
 * Terence Parr, Will Cohen, and Hank Dietz: 1989-1994
 * Purdue University Electrical Engineering
 * ANTLR Version 1.33
 */
#define zzEOF_TOKEN 1
#define Eof 1
#define STRING 8
#define DATA 18

#ifdef __STDC__
extern  id   propertyList(void);
#else
extern  id   propertyList();
#endif

#ifdef __STDC__
void pobj(void);
#else
extern void pobj();
#endif

#ifdef __STDC__
void plist(void);
#else
extern void plist();
#endif

#ifdef __STDC__
void dict(void);
#else
extern void dict();
#endif

#ifdef __STDC__
extern  id   strings(void);
#else
extern  id   strings();
#endif

#endif
extern SetWordType zzerr1[];
extern SetWordType setwd1[];

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