view netinstall/iniparse.h @ 960:5b372a329b97

[xemacs-hg @ 2002-08-12 08:00:01 by michaels] 2002-08-02 Marcus Crestani <crestani@informatik.uni-tuebingen.de> Additions for USE_KKCC: * tooltalk.c: Add dumpable-flag to tooltalk_message and tooltalk_pattern. * ui-gtk.c: Add dumpable-flag to emacs_ffi and emacs_gtk_object. Add description for emacs_gtk_boxed. 2002-08-12 Mike Sperber <mike@xemacs.org> * event-Xt.c (x_to_emacs_keysym): (enqueue_focus_event): Properly initialize event type for USE_KKCC (due to suggestions from David Bush <David.Bush@intel.com>).
author michaels
date Mon, 12 Aug 2002 08:00:07 +0000
parents 3078fd1074e8
children
line wrap: on
line source

#ifndef YYSTYPE
#define YYSTYPE int
#endif
#define	STRING	257
#define	SETUP_TIMESTAMP	258
#define	SETUP_VERSION	259
#define	VERSION	260
#define	INSTALL	261
#define	SOURCE	262
#define	SDESC	263
#define	LDESC	264
#define	TYPE	265
#define	T_PREV	266
#define	T_CURR	267
#define	T_TEST	268
#define	T_UNKNOWN	269


extern YYSTYPE yylval;