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
|
||||
#endif
|
||||
|
||||
#if TEM_WSIZE>2
|
||||
#define word long
|
||||
#else
|
||||
#define word int
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue