pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-03-08
2000-03-08 14:22:17 by Henrik Grubbström (Grubba) <grubba@grubba.org>
9083a65cdaa37b31b4cb6d5171ee7d0a9ce17b79 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added comment.
Rev: src/builtin_functions.c:1.238
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
237
2000/
02
/
29
03
:
16
:
20
hubbe
Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
238
2000/
03
/
08
14
:
22
:
17
grubba
Exp $");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"
573:
} }
+
/* Old backtrace */
+
void f_backtrace(INT32 args) { INT32 frames;