mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 17:25:09 +02:00
Fix __attribute__ breakage
This commit is contained in:
parent
864ea59da6
commit
b6359ba4b8
@ -261,8 +261,6 @@ enum
|
||||
# define __P(x) x
|
||||
#endif
|
||||
|
||||
#if defined(__GNUC__) && (__GNUC__ < 2)
|
||||
#if !defined(__GNUC__) || (__GNUC__ < 2)
|
||||
# define __attribute__(x)
|
||||
#else
|
||||
# define __attribute__(x)
|
||||
#endif /* defined(__GNUC__) && (__GNUC__ < 2) */
|
||||
#endif /* !defined(__GNUC__) || (__GNUC__ < 2) */
|
||||
|
Loading…
x
Reference in New Issue
Block a user