* src/dd.c (quit): Remove "inline" attribute.
* src/test.c (advance, unary_advance): Likewise.
_("closing output file %s"), quote (output_file));
}
-static inline void ATTRIBUTE_NORETURN
+static void ATTRIBUTE_NORETURN
quit (int code)
{
cleanup ();
past the end of the argument list. This check is supressed if the
argument is false. */
-static inline void
+static void
advance (bool f)
{
++pos;
beyond ();
}
-static inline void
+static void
unary_advance (void)
{
advance (true);
case 'u': case 'w': case 'x': case 'z':
case 'G': case 'L': case 'O': case 'S': case 'N':
return true;
+ default:
+ return false;
}
-
- return false;
}
static bool