pike.git/
src/
error.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-04-02
1999-04-02 15:18:05 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
e88b9ef2ae6e309b12499c44bf96420e1ee1c387 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix..
Rev: src/error.c:1.32
18:
#include "operators.h" #include "module_support.h"
-
RCSID("$Id: error.c,v 1.
31
1999/
03
/
23
16
:
26
:
17
hubbe Exp $");
+
RCSID("$Id: error.c,v 1.
32
1999/
04
/
02
15
:
18
:
05
hubbe Exp $");
#undef ATTRIBUTE #define ATTRIBUTE(X)
374:
push_int(0); push_text(func);
-
for (i=
-args
;
i;
i++)
+
for (i=
0
;i
<args
;i++)
push_svalue(base_sp + i); f_aggregate(args + 3); f_aggregate(1);