summaryrefslogtreecommitdiff
path: root/output
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-11-30 13:26:34 -0800
committerH. Peter Anvin <hpa@zytor.com>2009-11-30 13:26:34 -0800
commit3b861a77667ba49f64de46981919b978c78d97e5 (patch)
tree565f648ae34d86017af6d3881f3598dfe244ee7a /output
parent801a2188544c6e653c45ffd8f95a8bace0e99138 (diff)
downloadnasm-3b861a77667ba49f64de46981919b978c78d97e5.tar.gz
outform.h: fix OF_NO_RDF2
OF_NO_RDF2 should turn off OF_RDF2, not OF_RDF Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'output')
-rw-r--r--output/outform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/output/outform.h b/output/outform.h
index 74522ed4..318e716c 100644
--- a/output/outform.h
+++ b/output/outform.h
@@ -234,7 +234,7 @@
#undef OF_AS86
#endif
#ifdef OF_NO_RDF2
-#undef OF_RDF
+#undef OF_RDF2
#endif
#ifdef OF_NO_IEEE
#undef OF_IEEE