From 3edbab57cb46dbc1f67ca365920967f514997107 Mon Sep 17 00:00:00 2001 From: cedric Date: Mon, 20 Oct 2008 16:34:59 +0000 Subject: [PATCH] Remove macro provided by Eina. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/embryo@36863 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/bin/embryo_cc_sc.h | 9 +++------ src/lib/embryo_private.h | 8 ++------ 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/src/bin/embryo_cc_sc.h b/src/bin/embryo_cc_sc.h index 53a4992..7fba248 100644 --- a/src/bin/embryo_cc_sc.h +++ b/src/bin/embryo_cc_sc.h @@ -35,15 +35,12 @@ #include #include #include + +#include + #include "embryo_cc_osdefs.h" #include "embryo_cc_amx.h" -#if HAVE___ATTRIBUTE__ -#define __UNUSED__ __attribute__((unused)) -#else -#define __UNUSED__ -#endif - /* Note: the "cell" and "ucell" types are defined in AMX.H */ #define PUBLIC_CHAR '@' /* character that defines a function "public" */ diff --git a/src/lib/embryo_private.h b/src/lib/embryo_private.h index 0a0511c..a88cd26 100644 --- a/src/lib/embryo_private.h +++ b/src/lib/embryo_private.h @@ -30,6 +30,8 @@ extern "C" void *alloca (size_t); #endif +#include + #include "Embryo.h" #ifdef __GNUC__ @@ -39,12 +41,6 @@ void *alloca (size_t); # endif #endif -#if HAVE___ATTRIBUTE__ -#define __UNUSED__ __attribute__((unused)) -#else -#define __UNUSED__ -#endif - typedef enum _Embryo_Opcode Embryo_Opcode; enum _Embryo_Opcode -- 2.7.4