pike.git
/
src
/
docode.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/docode.c:264:
#endif switch(x) { case 0: return; case 1: emit0(F_POP_VALUE); break; default: emit1(F_POP_N_ELEMS,x); break; } current_stack_depth -= x; }
-
static void do_pop_mark(void *ignored)
+
static void do_pop_mark(void *
UNUSED(
ignored)
)
{ struct compilation *c = THIS_COMPILATION; emit0(F_POP_MARK); }
-
static void do_pop_to_mark(void *ignored)
+
static void do_pop_to_mark(void *
UNUSED(
ignored)
)
{ struct compilation *c = THIS_COMPILATION; emit0(F_POP_TO_MARK); } #ifdef PIKE_DEBUG static void do_cleanup_synch_mark(void) { struct compilation *c = THIS_COMPILATION; if (d_flag > 2)