diff liboctave/lo-ieee.cc @ 2598:36a4daa9e3c7

[project @ 1996-12-19 02:27:21 by jwe]
author jwe
date Thu, 19 Dec 1996 02:27:22 +0000
parents 6fa1ac46c980
children 0d865ef7478f
line wrap: on
line diff
--- a/liboctave/lo-ieee.cc	Tue Dec 17 17:48:02 1996 +0000
+++ b/liboctave/lo-ieee.cc	Thu Dec 19 02:27:22 1996 +0000
@@ -31,11 +31,15 @@
 #include <floatingpoint.h>
 #endif
 
-#if defined (HAVE_NAN_H) && defined (SCO)
+#if defined (HAVE_NAN_H)
+#if defined (SCO)
 #define _IEEE 1
+#endif
 #include <nan.h>
+#if defined (SCO)
 #undef _IEEE
 #endif
+#endif
 
 #include "lo-ieee.h"