fix: #if instead of #ifdef
authorceriel <none@none>
Tue, 12 Jun 1990 11:22:49 +0000 (11:22 +0000)
committerceriel <none@none>
Tue, 12 Jun 1990 11:22:49 +0000 (11:22 +0000)
lang/cem/libcc/gen/malloc.c

index f72d08a..0520ab7 100644 (file)
@@ -8,7 +8,7 @@
 #define        ASSERT(b)       /* empty */
 #endif
 
-#ifdef EM_WSIZE == EM_PSIZE
+#if EM_WSIZE == EM_PSIZE
 #define        ptrint          int
 #else
 #define        ptrint          long