File: rs-parser.h

package info (click to toggle)
clif 0.90.2-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 4,336 kB
  • ctags: 2,815
  • sloc: ansic: 29,914; yacc: 4,338; lex: 644; makefile: 373; sh: 48
file content (34 lines) | stat: -rw-r--r-- 779 bytes parent folder | download | duplicates (2)
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
29
30
31
32
33
34
typedef union {
	int myy_rs_int;
	char *myy_rs_string;
	} YY_rs_STYPE;
#define	NUMBER	258
#define	STRING	259
#define	BGC	260
#define	HELP	261
#define	COMPILE	262
#define	WARNING	263
#define	WARRANTY	264
#define	COPYING	265
#define	VERBOSE	266
#define	VERSION	267
#define	WARNING_INHIBIT	268
#define	WARNING_COMMENT	269
#define	WARNING_FORMAT	270
#define	WARNING_IMPLICIT	271
#define	WARNING_RETURN_TYPE	272
#define	WARNING_UNUSED	273
#define	WARNING_UNINITIAL_rs_IZED	274
#define	WARNING_EXTRA	275
#define	WARNING_AGGREGATE_RETURN	276
#define	WARNING_ERROR	277
#define	HANDLE_MAIN	278
#define	CALL_BY_REFERENCE	279
#define	CALL_BY_VALUE	280
#define	NO_CALL_BY_REFERENCE	281
#define	NO_CALL_BY_VALUE	282
#define	DUMP_YACC	283
#define	DBG_INFO	284


extern YY_rs_STYPE yy_rs_lval;