nasmlib.h: remove system definitions of ALIGN and ALIGN_MASK
commit25e2b40ac2db6663086f98bcba534e8dbb02dd34
authorH. Peter Anvin <hpa@linux.intel.com>
Fri, 5 Feb 2016 19:30:11 +0000 (5 11:30 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 5 Feb 2016 19:30:11 +0000 (5 11:30 -0800)
tree730932adae4eedbd25e227b8ee48972299d89ca1
parentdef81d5c71838aa1510340540c2efb4501180d0a
nasmlib.h: remove system definitions of ALIGN and ALIGN_MASK

Apparently some BSD flavors define these macros in a system header
file; this includes MacOS X.  Assume we can just #undef them without
causing any additional issues; otherwise we may need to rename them.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
nasmlib.h