]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Fix typo in gcc-compat.h
authorAndre <maan@p133.(none)>
Wed, 19 Apr 2006 21:20:20 +0000 (23:20 +0200)
committerAndre <maan@p133.(none)>
Wed, 19 Apr 2006 21:20:20 +0000 (23:20 +0200)
It only affects gcc-2 and non-gcc (which is untested anyway).

gcc-compat.h

index f649c1d44b31f1f5d6197c41ecad1b4d57a56222..985ebd23eac586c83f230404ed72782855b5333c 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)