pike.git/
src/
operators.c
Branch:
Tag:
Non-build tags
All tags
No tags
2018-02-15
2018-02-15 11:58:36 by Martin Nilsson <nilsson@fastmail.com>
ff2bc99e1aa2c7ab7576389ee861b94c0ef889c0 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
master
FALL THROUGH -> FALLTHRU to survive -Wimplicit-fallthrough=4.
345:
if ((unsigned INT32) val <= 0xff) break; shift = 1;
-
/*
FALL
THROUGH
*/
+
/*
FALLTHRU
*/
case 1: if ((unsigned INT32) val <= 0xffff) break; shift = 2;
-
/*
FALL
THROUGH
*/
+
/*
FALLTHRU
*/
case 2: #if SIZEOF_INT_TYPE > 4