summaryrefslogtreecommitdiff
path: root/varattrs.h
Commit message (Collapse)AuthorAgeFilesLines
* Don't test for __attribute__ in the configure script.Guy Harris2018-01-211-0/+59
Instead, use compiler test macros to check whether *particular* attributes are supported, and set various #defines appropriately, in header files. Rename the UNALIGNED structure attribute to ND_UNALIGNED, and ask whether we still need it.