pike.git/
src/
las.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-12-12
2001-12-12 09:23:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>
d959c03d70d38ba2f61c82c8513fe6b8bdb6dde7 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed stack bug.
Rev: src/las.c:1.274
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: las.c,v 1.
273
2001/12/
06
14
:
10
:
30
grubba Exp $");
+
RCSID("$Id: las.c,v 1.
274
2001/12/
12
09
:
23
:
49
grubba Exp $");
#include "language.h" #include "interpret.h"
1867:
} if (thrown.type != PIKE_T_UNKNOWN) {
-
*Pike_
sp
= thrown;
+
*
(
Pike_
sp++)
= thrown;
thrown.type = PIKE_T_INT; low_safe_apply_handler("compile_exception", error_handler, compat_handler, 1); if (IS_ZERO(sp-1)) yy_describe_exception(&thrown);