pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2018-09-15
2018-09-15 06:52:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>
08ed367afd2ec80b6ae8b2f3b3608c2a92e892ea (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
master
Build
[NT]
: cl doesn't like UNREACHABLE() without argument.
2085:
} }
-
UNREACHABLE();
+
UNREACHABLE(
return
);
} /*! @decl mixed random(object o)
3210:
case eightbit: f = (replace_searchfunc)THIS->mojt.vtab->func0; break; case sixteenbit: f = (replace_searchfunc)THIS->mojt.vtab->func1; break; case thirtytwobit: f = (replace_searchfunc)THIS->mojt.vtab->func2; break;
-
default: UNREACHABLE();
+
default: UNREACHABLE(
break
);
} if(del->len == to->len)