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
This commit is contained in:
gombasg 2006-06-19 13:46:32 +00:00 committed by Adam Visegradi
parent 1e1a2e9117
commit f03235cf3f
1 changed files with 0 additions and 10 deletions

View File

@ -41,16 +41,6 @@ typedef enum {
} DC_ClientEventType;
/********************************************************************
* Macro definitions
*/
/* Support non-gcc compatible compilers */
#ifndef __GNUC__
#define __attribute__(x)
#endif
/********************************************************************
* Data types
*/