From f03235cf3f436308533e7838e88f674a23351516 Mon Sep 17 00:00:00 2001 From: gombasg Date: Mon, 19 Jun 2006 13:46:32 +0000 Subject: [PATCH] Definition of __attribute__ moved to dc_common.h git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@708 a7169a2c-3604-0410-bc95-c702d8d87f7a --- dcapi/include/dc_client.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/dcapi/include/dc_client.h b/dcapi/include/dc_client.h index 4c0f81d9ba..9c0f230e1e 100644 --- a/dcapi/include/dc_client.h +++ b/dcapi/include/dc_client.h @@ -41,16 +41,6 @@ typedef enum { } DC_ClientEventType; -/******************************************************************** - * Macro definitions - */ - -/* Support non-gcc compatible compilers */ -#ifndef __GNUC__ -#define __attribute__(x) -#endif - - /******************************************************************** * Data types */