gimp/plug-ins/imagemap/imap_ncsa_parse.h
Maurits Rijk f02a8b618b HIG-ified, replaced deprecated widget GtkCList by GtkTreeModel/View (also
* plug-ins/imagemap/imap_*.[ch]: (partly) HIG-ified, replaced
  deprecated widget GtkCList by GtkTreeModel/View (also fixes #136893),
  use file choosers instead of file selectors, minor clean-up.
2004-05-20 20:50:23 +00:00

29 lines
491 B
C

#ifndef BISON_Y_TAB_H
# define BISON_Y_TAB_H
#ifndef YYSTYPE
typedef union {
int val;
double value;
char id[256];
} yystype;
# define YYSTYPE yystype
# define YYSTYPE_IS_TRIVIAL 1
#endif
# define RECTANGLE 257
# define POLYGON 258
# define CIRCLE 259
# define DEFAULT 260
# define AUTHOR 261
# define TITLE 262
# define DESCRIPTION 263
# define BEGIN_COMMENT 264
# define FLOAT 265
# define LINK 266
# define COMMENT 267
extern YYSTYPE ncsa_lval;
#endif /* not BISON_Y_TAB_H */