ogg_afh.c: Store the bitrate in KHz rather than in Hz.
[paraslash.git] / gcc-compat.h
index f649c1d44b31f1f5d6197c41ecad1b4d57a56222..0ec8fdd7d6990d5d78a40bc9a6b3e445e09e7257 100644 (file)
@@ -25,7 +25,7 @@
 # define __noreturn    /* no noreturn */
 # define __malloc      /* no malloc */
 # define __used                /* no used */
-# define __a__unused   /* no unused */
+# define __a_unused    /* no unused */
 # define __packed      /* no packed */
 # define likely(x)     (x)
 # define unlikely(x)   (x)
@@ -39,3 +39,5 @@
 # else
 # define __must_check  /* no warn_unused_result */
 # endif
+
+#define _static_inline_ static inline