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