pike.git/
src/
docode.c
Branch:
Tag:
Non-build tags
All tags
No tags
2018-02-12
2018-02-12 22:22:42 by Marcus Comstedt <marcus@mc.pp.se>
3595ea1db874471d0dc9330f052cd1d3a0c06525 (
2
lines) (+
2
/-
0
)
[
Show
|
Annotate
]
Branch:
master
Add more FALLTHRU directives where needed
373:
case F_APPLY: if(!is_efun(CAR(n), f_not)) break;
+
/* FALLTHRU */
case F_NOT: if(!(flags & DO_POP)) break;