Made arith_sign more portable
authorceriel <none@none>
Tue, 28 Mar 1995 09:10:31 +0000 (09:10 +0000)
committerceriel <none@none>
Tue, 28 Mar 1995 09:10:31 +0000 (09:10 +0000)
lang/cem/cpp.ansi/ch3bin.c

index 3378e45..e85457e 100644 (file)
@@ -8,7 +8,7 @@
 #include       "Lpars.h"
 #include       "arith.h"
 
-#define arith_sign (1 << (sizeof(arith)*8-1))
+#define arith_sign (1L << (sizeof(arith)*8-1))
 
 ch3bin(pval, pis_uns, oper, val, is_uns)
        register arith *pval, val;