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>
This commit is contained in:
H. Peter Anvin 2009-11-30 13:26:34 -08:00
parent 801a218854
commit 3b861a7766

View File

@ -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