diff options
author | Stanislav Karchebny <berkus@users.sourceforge.net> | 2003-09-25 11:43:28 +0000 |
---|---|---|
committer | Stanislav Karchebny <berkus@users.sourceforge.net> | 2003-09-25 11:43:28 +0000 |
commit | d52236c00efb0d198b71d1ac6e83182095563f4a (patch) | |
tree | 5e1eb711136d3e7556905630543029bc44072883 /CHANGES | |
parent | 5e8f36611f0d2543aa4f2cb5da02892b83c6994a (diff) | |
download | nasm-d52236c00efb0d198b71d1ac6e83182095563f4a.tar.gz nasm-d52236c00efb0d198b71d1ac6e83182095563f4a.tar.bz2 nasm-d52236c00efb0d198b71d1ac6e83182095563f4a.zip |
Revert erroneous macro added and modify __OUTPUT_FORMAT__ to a string const
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -3,10 +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. - See test/nasmformat.asm for details and output/out*.c for actual values - for this macro. - !!NEEDS DOCUMENTING!! +* (nasm.c) __OUTPUT_FORMAT__ changed to string value instead of symbol. 0.98.38 ------- |