pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-04-08
2000-04-08 15:02:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>
76e3c18a7404765f1ea082fdfc494fcdd50d8975 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added FIXME.
Rev: src/builtin_functions.c:1.253
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
252
2000/04/08 15:
00
:
00
grubba Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
253
2000/04/08 15:
02
:
19
grubba Exp $");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"
5249:
} node_info = cb->u.sval.u.efun->flags & OPT_SIDE_EFFECT; }
+
/* FIXME: Type-checking? */
break; }