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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user