Expressions are now always calculated in long.
Some backends needed that.
This commit is contained in:
parent
9d0e938afe
commit
6f3926e28a
@ -20,8 +20,4 @@ typedef char * string;
|
|||||||
#define full int
|
#define full int
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if TEM_WSIZE>2
|
|
||||||
#define word long
|
#define word long
|
||||||
#else
|
|
||||||
#define word int
|
|
||||||
#endif
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user