Fixed typo in big.d
authorJuan Jose Garcia Ripoll <jjgarcia@jjgr-2.local>
Wed, 27 Jan 2010 12:52:41 +0000 (13:52 +0100)
committerJuan Jose Garcia Ripoll <jjgarcia@jjgr-2.local>
Wed, 27 Jan 2010 12:52:41 +0000 (13:52 +0100)
src/c/big.d

index 694f9a5..56dbb3a 100644 (file)
@@ -71,7 +71,7 @@ _ecl_big_register_normalize(cl_object x)
        return _ecl_big_register_copy(x);
 }
 
-#if ECL_LONG_BITSS < FIXNUM_BITS
+#if ECL_LONG_BITS < FIXNUM_BITS
 # undef _ecl_big_set_fixnum
 # undef _ecl_big_set_index
 # if GMP_LIMB_BITS >= FIXNUM_BITS