Made arith_sign more portable
This commit is contained in:
parent
86cb2d66d7
commit
f069cba449
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue