changeset 11230:9c6143abf9e1

fix typo in previous change
author John W. Eaton <jwe@octave.org>
date Wed, 10 Nov 2010 20:39:35 -0500
parents 2f36145742c9
children 2f29b765c0ef
files liboctave/lo-ieee.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/lo-ieee.cc
+++ b/liboctave/lo-ieee.cc
@@ -67,7 +67,7 @@
 
         volatile double tmp_inf;
 
-if defined (__alpha__) && defined (__osf__)
+#if defined (__alpha__) && defined (__osf__)
         extern unsigned int DINFINITY[2];
         tmp_inf =  (*(X_CAST(double *, DINFINITY)));
 #else