pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-03-13
2000-03-13 21:43:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>
8abfaa6e689f72a277c15f7d23875f224e457842 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed bug.
Rev: src/builtin_functions.c:1.242
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
241
2000/03/13
20
:
32
:
36
grubba Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
242
2000/03/13
21
:
43
:
09
grubba Exp $");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"
5574:
ADD_PROTOTYPE("compile_warning", tFunc(tStr tInt tStr, tVoid), 0); ADD_PROTOTYPE("decode_charset", tFunc(tStr tStr, tStr), 0); ADD_PROTOTYPE("describe_backtrace", tFunc(tOr(tObj, tArr(tMix)), tStr), 0);
-
ADD_PROTOTYPE("handle_error", tFunc(
tString
, tVoid), 0);
+
ADD_PROTOTYPE("handle_error", tFunc(
tOr(tArr(tMix)
,
tObj),
tVoid), 0);
ADD_PROTOTYPE("handle_import", tFunc(tStr tOr(tStr, tVoid) tOr(tObj, tVoid), tMix), 0); ADD_PROTOTYPE("handle_include", tFunc(tStr tStr tInt, tStr), 0);