compiler.h: for newer gcc attributes, we can use __has_attribute()
[nasm.git] / test / macroerr.inc
blobf40f7e6099339eeead6c5a10c5c48d13c7f409e7
1 %macro blej 1
2         mov eax,%1
3 %endmacro