summaryrefslogtreecommitdiff
path: root/output/outrdf.c
diff options
context:
space:
mode:
authorStanislav Karchebny <berkus@users.sourceforge.net>2003-09-25 11:43:28 +0000
committerStanislav Karchebny <berkus@users.sourceforge.net>2003-09-25 11:43:28 +0000
commitd52236c00efb0d198b71d1ac6e83182095563f4a (patch)
tree5e1eb711136d3e7556905630543029bc44072883 /output/outrdf.c
parent5e8f36611f0d2543aa4f2cb5da02892b83c6994a (diff)
downloadnasm-d52236c00efb0d198b71d1ac6e83182095563f4a.tar.gz
Revert erroneous macro added and modify __OUTPUT_FORMAT__ to a string const
Diffstat (limited to 'output/outrdf.c')
-rw-r--r--output/outrdf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/output/outrdf.c b/output/outrdf.c
index 32e63bca..d9989e52 100644
--- a/output/outrdf.c
+++ b/output/outrdf.c
@@ -501,7 +501,6 @@ static void rdf_filename (char *inname, char *outname, efunc error) {
static char *rdf_stdmac[] = {
"%define __SECT__ [section .text]",
- "%define __NASM_FORMAT__ 'oldrdf'", /* Its always oldrdf for consistency with rdf version 2 */
"%imacro library 1+.nolist",
"[library %1]",
"%endmacro",