(quit): Declare to be inline to stifle compile warning.

This commit is contained in:
Jim Meyering
1998-01-22 08:58:12 +00:00
parent d82fadf365
commit 2a4842f7f3
+1 -1
View File
@@ -377,7 +377,7 @@ cleanup (void)
error (1, errno, "%s", output_file);
}
static void
static inline void
quit (int code)
{
cleanup ();