mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-07-24 10:25:42 -04:00
12 lines
423 B
Plaintext
12 lines
423 B
Plaintext
dnl --------------------------------------------------------------------------
|
|
dnl PA_ATTRIBUTE_SYNTAX
|
|
dnl
|
|
dnl Source code fragment to test for attribute syntax
|
|
dnl The use of #ifdef rather than defined() here is intentional:
|
|
dnl defined() is known to not always work right.
|
|
|
|
dnl --------------------------------------------------------------------------
|
|
AC_DEFUN([PA_ATTRIBUTE_SYNTAX],
|
|
[#include "autoconf/attribute.h"
|
|
])
|