pike.git/
src/
docode.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-01-17
2001-01-17 20:14:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>
15f5baea9d7fa42086e6f686dd160ca9505b9eca (
7
lines) (+
5
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Bugfix.
Rev: src/docode.c:1.99
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: docode.c,v 1.
98
2001/01/
15
18
:
53
:
24
mast
Exp $");
+
RCSID("$Id: docode.c,v 1.
99
2001/01/
17
20
:
14
:
34
grubba
Exp $");
#include "las.h" #include "program.h" #include "pike_types.h"
410:
Inside #if 1
Pike_compiler->compiler_frame->recur_label); } }
-
}
+
else
-
+
emit1(F_CALL_LFUN, id);
+
}
#endif
-
+
else
emit1(F_CALL_LFUN, id); POP_AND_DONT_CLEANUP; return 1;