Relased on Sun, 04 Jan 2009 19:29:31 +0000
ctype.h: shut up new gcc warning

Newer versions of gcc apparently considers it a warning offence if a
function with "extern inline" includes a "static inline" function,
even with "always_inline" attribute.  Thus, use __must_inline and
change __must_inline to be extern inline (it shouldn't matter since it
is always inlined...)

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2 files changed