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 /output/outelf.c | |
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 'output/outelf.c')
-rw-r--r-- | output/outelf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/output/outelf.c b/output/outelf.c index bff9405..16c25d1 100644 --- a/output/outelf.c +++ b/output/outelf.c @@ -1225,7 +1225,6 @@ static void elf_filename (char *inname, char *outname, efunc error) static const char *elf_stdmac[] = { "%define __SECT__ [section .text]", - "%define __NASM_FORMAT__ 'elf'", "%macro __NASM_CDecl__ 1", "%define $_%1 $%1", "%endmacro", |