pike.git/
src/
docode.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-04-15
2001-04-15 15:37:19 by Martin Stjernholm <mast@lysator.liu.se>
09991f175fdc5f1501d1a6e67b36d5d932fd8666 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed a warning.
Rev: src/docode.c:1.112
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: docode.c,v 1.
111
2001/04/
14
09
:
44
:19
hubbe
Exp $");
+
RCSID("$Id: docode.c,v 1.
112
2001/04/
15
15
:
37
:19
mast
Exp $");
#include "las.h" #include "program.h" #include "pike_types.h"
254:
current_stack_depth -= x; }
-
void do_pop_mark(void)
+
void do_pop_mark(void
*ignored
)
{ emit0(F_POP_MARK); }