pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-08-15
2001-08-15 18:42:49 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
18ab18fdb5699fcbfcda65e187120368aadce752 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
check stack before we call compiler...
Rev: src/builtin_functions.c:1.403
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
402
2001/08/
10
21
:
38
:
57
mast
Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
403
2001/08/
15
18
:
42
:
49
hubbe
Exp $");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"
3112:
BIT_VOID | BIT_INT | BIT_OBJECT, 0);
+
check_c_stack(65536);
+
o=0; switch(args) {