pike.git
/
src
/
docode.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/docode.c:366:
do_cond_jump(CDR(n), label, iftrue, flags); low_insert_label(tmp); }else{ do_cond_jump(CAR(n), label, iftrue, flags); do_cond_jump(CDR(n), label, iftrue, flags); } return; case F_APPLY: if(!is_efun(CAR(n), f_not)) break;
+
/* FALLTHRU */
case F_NOT: if(!(flags & DO_POP)) break; do_cond_jump(CDR(n), label , !iftrue, flags | DO_NOT_COPY); return; default: /* Inform gcc that we handle all the values in the enum. */ break; }