mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-09-22 10:43:39 -04: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>