pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
1997-04-07
1997-04-07 22:56:48 by Marcus Comstedt <marcus@mc.pp.se>
3bcd58cf427050ca18dbff5a267177aa8999e671 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed type clash.
Rev: src/language.yacc:1.35
158:
/* This is the grammar definition of Pike. */ #include "global.h"
-
RCSID("$Id: language.yacc,v 1.
34
1997/04/07
03
:
29
:
08
hubbe
Exp $");
+
RCSID("$Id: language.yacc,v 1.
35
1997/04/07
22
:
56
:
48
marcus
Exp $");
#ifdef HAVE_MEMORY_H #include <memory.h> #endif
454:
| constant_list ',' constant_name ;
-
constant: modifiers F_CONSTANT constant_list ';'
+
constant: modifiers F_CONSTANT constant_list ';'
{}
; block_or_semi: block