pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-05-26
2000-05-26 00:12:19 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
a8fa5ac2953825a49ccff370ccf2ebf6786d9a2f (
7
lines) (+
3
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix
Rev: src/builtin_functions.c:1.280
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
279
2000/05/
25
22
:
30
:
02
hubbe Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
280
2000/05/
26
00
:
12
:
19
hubbe Exp $");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"
5523:
{ struct program *pike___master_program;
-
extern init_builtin(void);
+
extern
int
init_builtin(void);
init_builtin();
6063:
OPT_TRY_OPTIMIZE); ADD_FUNCTION("inherit_list",f_inherit_list,tFunc(tProgram,tArr(tProgram)),0);
-
ADD_FUNCTION("program_defined",f_program_defined,
-
tFunc(tProgram,tString),0);
+
ADD_FUNCTION("function_defined",f_function_defined, tFunc(tFunction,tString),0);