File: imap_ncsa_parse.h

package info (click to toggle)
gimp 2.2.13-1etch4
  • links: PTS
  • area: main
  • in suites: etch
  • size: 94,832 kB
  • ctags: 47,113
  • sloc: ansic: 524,858; xml: 36,798; lisp: 9,870; sh: 9,409; makefile: 7,923; python: 2,674; perl: 2,589; yacc: 520; lex: 334
file content (28 lines) | stat: -rw-r--r-- 491 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#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 */