mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-11-08 23:27:15 -05:00
Apparently the has_attribute() macro triggers false positives on at least gcc 5.3, which is the version that the build server uses with djgpp. Drop using it, so much for trying to be standards-compliant... Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>