pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
2000-11-04
2000-11-04 16:23:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>
3857bd50925895ca219b541705d4f1ff8ea6bdb8 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Bugfix.
Fixes the f(x, lambda(array(y z))); bug.
Rev: src/language.yacc:1.217
110:
/* This is the grammar definition of Pike. */ #include "global.h"
-
RCSID("$Id: language.yacc,v 1.
216
2000/
10
/
26
01
:
33
:
25
hubbe
Exp $");
+
RCSID("$Id: language.yacc,v 1.
217
2000/
11
/
04
16
:
23
:
13
grubba
Exp $");
#ifdef HAVE_MEMORY_H #include <memory.h> #endif
1738:
| TOK_LAMBDA push_compiler_frame1 error { pop_compiler_frame();
+
$$ = mkintnode(0);
} ;