Made arith_sign more portable
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user