From d0b1fc7816f39f71251685bba78805fd8ff859c0 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 11 Dec 2000 19:40:34 +0000 Subject: [PATCH] remove un-needed #define _attribute__(x) (there's one in gcc_attr.h) --- include/tga.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/tga.h b/include/tga.h index 5f55d0c..3e7f377 100644 --- a/include/tga.h +++ b/include/tga.h @@ -34,7 +34,6 @@ #ifndef __GNUC__ # if defined (__BORLANDC__) || defined (_MSC_VER) -# define __attribute__(x) # if (defined(__BORLANDC__) && (__BORLANDC__ < 0x550)) # pragma option -a1 # else