pike.git/
src/
docode.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-01-17
2001-01-17 20:15:53 by Henrik Grubbström (Grubba) <grubba@grubba.org>
69202f2f0bdc7f3fa93f75f6226aa422c62f49b8 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Oops minor bugfix.
Rev: src/docode.c:1.100
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: docode.c,v 1.
99
2001/01/17 20:
14
:
34
grubba Exp $");
+
RCSID("$Id: docode.c,v 1.
100
2001/01/17 20:
15
:
53
grubba Exp $");
#include "las.h" #include "program.h" #include "pike_types.h"
413:
Inside #if 1
else emit1(F_CALL_LFUN, id); }
-
#endif
+
else
-
+
#endif
emit1(F_CALL_LFUN, id); POP_AND_DONT_CLEANUP; return 1;