remove un-needed #define _attribute__(x) (there's one in gcc_attr.h)

This commit is contained in:
Bill Currie 2000-12-11 19:40:34 +00:00
parent 2a2b468090
commit d0b1fc7816

View file

@ -34,7 +34,6 @@
#ifndef __GNUC__
# if defined (__BORLANDC__) || defined (_MSC_VER)
# define __attribute__(x)
# if (defined(__BORLANDC__) && (__BORLANDC__ < 0x550))
# pragma option -a1
# else