pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-11-24
1999-11-24 21:39:33 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
81b616f8b9f9023fe188eeceb0da5416ef419e4c (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix in type for backtrace()
Rev: src/builtin_functions.c:1.210
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
209
1999/11/
23
07
:
07
:
00
hubbe Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
210
1999/11/
24
21
:
39
:
33
hubbe Exp $");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"
5184:
/* function(mixed:int) */ ADD_EFUN("arrayp", f_arrayp,tFunc(tMix,tInt),0);
-
/* function(:array(array
(function|int|string
))
)
*/
-
ADD_EFUN("backtrace",f_backtrace,tFunc(tNone,tArr(
tArr(tOr3(tFunction,tInt,tStr
))
))
,OPT_EXTERNAL_DEPEND);
+
/* function(:array(array)) */
+
ADD_EFUN("backtrace",f_backtrace,tFunc(tNone,tArr(
tArray
)),OPT_EXTERNAL_DEPEND);
/* function(array,mixed:array) */