pike.git/
src/
interpret.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-09-25
2000-09-25 23:41:33 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
62222be77b8e16cbd5515d43c5b80e7bd5c8aa53 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
more debug
Rev: src/interpret.c:1.171
Rev: src/interpret_functions.h:1.32
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: interpret.c,v 1.
170
2000/09/
08
16
:
17
:
56
grubba
Exp $");
+
RCSID("$Id: interpret.c,v 1.
171
2000/09/
25
23
:
41
:
33
hubbe
Exp $");
#include "interpret.h" #include "object.h" #include "program.h"
902:
case APPLY_STACK: apply_stack: if(!args)
-
PIKE_ERROR("`()", "Too few arguments.\n", Pike_sp, 0);
+
PIKE_ERROR("`()", "Too few arguments
(apply stack)
.\n", Pike_sp, 0);
args--; if(Pike_sp-save_sp-args > (args<<2) + 32) {