diff options
author | Stanislav Karchebny <berkus@users.sourceforge.net> | 2003-09-25 11:28:45 +0000 |
---|---|---|
committer | Stanislav Karchebny <berkus@users.sourceforge.net> | 2003-09-25 11:28:45 +0000 |
commit | 5e8f36611f0d2543aa4f2cb5da02892b83c6994a (patch) | |
tree | e7d7d1627b0b65c3020bf54002d982aadfa14f48 /CHANGES | |
parent | 88a049aca1f4e1ce8a072d0f1757a4de1dfb0608 (diff) | |
download | nasm-5e8f36611f0d2543aa4f2cb5da02892b83c6994a.tar.gz nasm-5e8f36611f0d2543aa4f2cb5da02892b83c6994a.tar.bz2 nasm-5e8f36611f0d2543aa4f2cb5da02892b83c6994a.zip |
Consistency fix
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ * "make spotless" no longer deletes config.h.in. * Unterminated string auto termination. * %(el)if(n)idn insensitivity to string quotes difference (#809300). -* _NASM_FORMAT_ now gives output format chosen for compiling. +* __NASM_FORMAT__ now gives output format chosen for compiling. See test/nasmformat.asm for details and output/out*.c for actual values for this macro. !!NEEDS DOCUMENTING!! |