pike.git/
src/
docode.c
Branch:
Tag:
Non-build tags
All tags
No tags
2015-10-17
2015-10-17 00:45:56 by Martin Nilsson <nilsson@fastmail.com>
8383c840b806957caed3db5db97233296ed1809a (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
Mark some more code as unreachable.
2814:
if (!sval) { yyerror("predef::aggregate() is missing.\n"); Pike_fatal("No aggregate!\n");
-
return 0;
+
UNREACHABLE(
return 0
)
;
} aggregate_cnum = store_constant(sval, 0, NULL); emit1(F_CALL_BUILTIN, aggregate_cnum);