pike.git/
src/
las.c
Branch:
Tag:
Non-build tags
All tags
No tags
2002-04-09
2002-04-09 17:11:56 by Martin Nilsson <mani@lysator.liu.se>
062b4eae2e9b246899c14e5225b52639af1fc793 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Bugfix of implicit lambda for non-existing functions.
Rev: src/las.c:1.285
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: las.c,v 1.
284
2002/
03/
04
22
:
00
:
13
mast
Exp $");
+
RCSID("$Id: las.c,v 1.
285
2002/
04
/
09
17
:
11
:
56
nilsson
Exp $");
#include "language.h" #include "interpret.h"
1712:
case F_AUTO_MAP: case F_APPLY:
-
if(CAR(n)->token == F_CONSTANT &&
+
if(CAR(n)
&& CAR(n)
->token == F_CONSTANT &&
CAR(n)->u.sval.type == T_FUNCTION && CAR(n)->u.sval.subtype == FUNCTION_BUILTIN && CAR(n)->u.sval.u.efun->name &&