Temporaries in macros need a unique prefix; WSAA*() macros to header
commit72ec0e414453d9d036a932b60939467c81582e14
authorH. Peter Anvin <hpa@zytor.com>
Thu, 10 Apr 2008 21:56:09 +0000 (10 14:56 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 10 Apr 2008 21:56:09 +0000 (10 14:56 -0700)
treec4757d7cd09bc49f4f01367a0ae595722dd11b5a
parent2746b624fbbbdd4af3262d6c9bb09d62624f4998
Temporaries in macros need a unique prefix; WSAA*() macros to header

When using temporaries in macros, given them a unique prefix to avoid
namespace collisions when using one macro inside another.

Move the WSAA*() macros from outelf32/outelf64 to a separate header
file.
Makefile.in
Mkfiles/msvc.mak
Mkfiles/netware.mak
Mkfiles/openwcom.mak
Mkfiles/owlinux.mak
nasmlib.h
output/outelf32.c
output/outelf64.c
wsaa.h [new file with mode: 0644]