view netinstall/iniparse.h @ 4799:ca99a807b025

Free, rather than discard, the return value of FcNameUnparse. See message <870180fe1001051404g11355acdp3ee9aab8b1ffb33b@mail.gmail.com> on xemacs-patches.
author Jerry James <james@xemacs.org>
date Tue, 05 Jan 2010 15:06:02 -0700
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;