view netinstall/iniparse.h @ 1447:a939d086aa0f

[xemacs-hg @ 2003-05-02 22:51:04 by youngs] 2003-05-03 Steve Youngs <youngs@xemacs.org> * package-admin.el (package-admin-find-top-directory): You can't concat a string & a char, so convert 'directory-sep-char' to a string.
author youngs
date Fri, 02 May 2003 22:51:04 +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;