From b517a66f86d3d4d27bbe48d790e46126b08c1c82 Mon Sep 17 00:00:00 2001 From: Andre Date: Wed, 19 Apr 2006 23:20:20 +0200 Subject: [PATCH 1/1] Fix typo in gcc-compat.h It only affects gcc-2 and non-gcc (which is untested anyway). --- gcc-compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2