Made arith_sign more portable

This commit is contained in:
ceriel 1995-03-28 09:10:31 +00:00
parent 86cb2d66d7
commit f069cba449

View file

@ -8,7 +8,7 @@
#include "Lpars.h" #include "Lpars.h"
#include "arith.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) ch3bin(pval, pis_uns, oper, val, is_uns)
register arith *pval, val; register arith *pval, val;