Made arith_sign more portable

This commit is contained in:
ceriel 1995-03-28 09:10:31 +00:00
parent a414a9c9c1
commit 35d142194c

View 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;