pike.git/
src/
interpret_functions.h
Branch:
Tag:
Non-build tags
All tags
No tags
2001-06-29
2001-06-29 02:15:13 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
121f82a16109ac3a735af2a89eb31b1831cfb8cf (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
more debug
Rev: src/interpret_functions.h:1.64
Rev: src/program.c:1.335
1:
/*
-
* $Id: interpret_functions.h,v 1.
63
2001/06/
28
10
:
23
:
58
hubbe Exp $
+
* $Id: interpret_functions.h,v 1.
64
2001/06/
29
02
:
15
:
12
hubbe Exp $
* * Opcode definitions for the interpreter. */
1661:
fatal("Function popped too many arguments: %s\n", \ s->u.efun->name->str); \ if(Pike_sp>expected_stack+1) \
-
fatal("Function left droppings on stack: %s\n", \
+
fatal("Function left
%d
droppings on stack: %s\n",
\
+
Pike_sp-(expected_stack+1),
\
s->u.efun->name->str); \ if(Pike_sp == expected_stack && !s->u.efun->may_return_void) \ fatal("Non-void function returned without return value " \