1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-26 09:04:50 +02:00

(__attribute__): Protect against redefinition.

This commit is contained in:
Jim Meyering
1999-09-28 15:26:45 +00:00
parent 57d52e5170
commit 4a03ccc044

View File

@@ -26,8 +26,10 @@
# endif
# endif
# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 7)
# define __attribute__(x)
# ifndef __attribute__
# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 7)
# define __attribute__(x)
# endif
# endif
# ifndef ATTRIBUTE_NORETURN