Expressions are now always calculated in long.
Some backends needed that.
This commit is contained in:
parent
0c92039ba4
commit
9f203c9a17
1 changed files with 0 additions and 4 deletions
|
@ -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…
Reference in a new issue