fixed typo
authorceriel <none@none>
Wed, 2 Aug 1989 09:47:27 +0000 (09:47 +0000)
committerceriel <none@none>
Wed, 2 Aug 1989 09:47:27 +0000 (09:47 +0000)
lang/cem/cemcom/conversion.c

index 2e17b85..3cad0a3 100644 (file)
@@ -54,7 +54,7 @@ conversion(from_type, to_type)
                case T_UNSIGNED:
 #ifndef NOFLOAT
                case T_FLOATING:
-#endif NOOFLOAT
+#endif NOFLOAT
                        if ((int)from_size < (int)word_size) {
                                C_loc(from_size);
                                C_loc(word_size);