pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
2002-09-15
2002-09-15 22:42:16 by Marcus Comstedt <marcus@mc.pp.se>
74d75d30bd75ed2fcec9cf6b933cf97740a4fc09 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Require ; after implicit lambda.
Rev: src/language.yacc:1.293
Rev: src/testsuite.in:1.536
113:
/* This is the grammar definition of Pike. */ #include "global.h"
-
RCSID("$Id: language.yacc,v 1.
292
2002/
08
/
27
12
:
38
:
57
grubba
Exp $");
+
RCSID("$Id: language.yacc,v 1.
293
2002/
09
/
15
22
:
42
:
16
marcus
Exp $");
#ifdef HAVE_MEMORY_H #include <memory.h> #endif
2982:
$<number>1=Pike_compiler->num_used_modules; $<number>$=Pike_compiler->compiler_frame->current_number_of_locals; }
-
statements end_block
+
statements end_block
expected_semicolon
{ struct pike_type *type; char buf[40];