Warning: Undefined variable $n in /usr/local/www/websvn.planix.org/include/diff_util.php on line 243

Warning: Undefined variable $n in /usr/local/www/websvn.planix.org/include/diff_util.php on line 247

Warning: Undefined variable $m in /usr/local/www/websvn.planix.org/include/diff_util.php on line 251
WebSVN – tendra.SVN – Diff – /trunk/src/producers/c/syntax/syntax.h – Rev 2 and 7

Subversion Repositories tendra.SVN

Rev

Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 7
Line 1... Line 1...
1
/*
1
/*
2
 * Automatically generated from the files:
2
 * Automatically generated from the files:
3
 *	/u/g/release/Source/src/producers/c/syntax/syntax.sid
3
 *	syntax.sid
4
 * and
4
 * and
5
 *	/u/g/release/Source/src/producers/c/syntax/syntax.act
5
 *	syntax.act
6
 * by:
6
 * by:
7
 *	sid
7
 *	sid
8
 */
8
 */
9
 
9
 
10
/* BEGINNING OF HEADER */
10
/* BEGINNING OF HEADER */
Line 45... Line 45...
45
 
45
 
46
 
46
 
47
/* BEGINNING OF FUNCTION DECLARATIONS */
47
/* BEGINNING OF FUNCTION DECLARATIONS */
48
 
48
 
49
#ifndef __SID_SPLIT
49
#ifndef __SID_SPLIT
50
extern void parse_init PROTO_S ((IDENTIFIER, EXP *));
50
extern void parse_init(IDENTIFIER, EXP *);
51
extern void parse_tok_type PROTO_S ((TYPE *));
51
extern void parse_tok_type(TYPE *);
52
extern void parse_type_param PROTO_S ((IDENTIFIER *));
52
extern void parse_type_param(IDENTIFIER *);
53
extern void parse_type PROTO_S ((TYPE *));
53
extern void parse_type(TYPE *);
54
extern void parse_file PROTO_S ((TYPE, DECL_SPEC));
54
extern void parse_file(TYPE, DECL_SPEC);
55
extern void parse_offset PROTO_S ((OFFSET, TYPE, OFFSET *, TYPE *));
55
extern void parse_offset(OFFSET, TYPE, OFFSET *, TYPE *);
56
extern void parse_nat PROTO_S ((EXP *));
56
extern void parse_nat(EXP *);
57
extern void parse_param PROTO_S ((TYPE, int, IDENTIFIER *));
57
extern void parse_param(TYPE, int, IDENTIFIER *);
58
extern void parse_func PROTO_S ((EXP *));
58
extern void parse_func(EXP *);
59
extern void parse_id PROTO_S ((IDENTIFIER *));
59
extern void parse_id(IDENTIFIER *);
60
extern void parse_exp PROTO_S ((EXP *));
60
extern void parse_exp(EXP *);
61
extern void parse_stmt PROTO_S ((EXP *));
61
extern void parse_stmt(EXP *);
62
extern void parse_mem_type PROTO_S ((TYPE *));
62
extern void parse_mem_type(TYPE *);
63
extern void parse_operator PROTO_S ((IDENTIFIER *));
63
extern void parse_operator(IDENTIFIER *);
64
extern void parse_decl PROTO_S ((TYPE, DECL_SPEC));
64
extern void parse_decl(TYPE, DECL_SPEC);
65
#else /* __SID_SPLIT */
65
#else /* __SID_SPLIT */
233
extern int ZI0;
233
extern int ZI0;
234
#endif /* __SID_SPLIT */
234
#endif /* __SID_SPLIT */
235
 
235
 
236
/* BEGINNING OF TERMINAL DEFINITIONS */
236
/* BEGINNING OF TERMINAL DEFINITIONS */
237
 
237