From b7bb19e57ab5df0c63c22bc787d8114fc4924219 Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Mon, 11 Dec 2000 18:20:51 +0000 Subject: [PATCH] minor opt in the #define --- include/tga.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/tga.h b/include/tga.h index 80a9f1c..5f55d0c 100644 --- a/include/tga.h +++ b/include/tga.h @@ -34,11 +34,10 @@ #ifndef __GNUC__ # if defined (__BORLANDC__) || defined (_MSC_VER) +# define __attribute__(x) # if (defined(__BORLANDC__) && (__BORLANDC__ < 0x550)) -# define __attribute__(x) # pragma option -a1 # else -# define __attribute__(x) # pragma pack(push, tgainclude) # pragma pack(1) # endif