From: Andre Date: Wed, 19 Apr 2006 21:20:20 +0000 (+0200) Subject: Fix typo in gcc-compat.h X-Git-Tag: v0.2.12~55 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=b517a66f86d3d4d27bbe48d790e46126b08c1c82 Fix typo in gcc-compat.h It only affects gcc-2 and non-gcc (which is untested anyway). --- diff --git a/gcc-compat.h b/gcc-compat.h index f649c1d4..985ebd23 100644 --- a/gcc-compat.h +++ b/gcc-compat.h @@ -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)