Expressions are now always calculated in long.

Some backends needed that.
This commit is contained in:
em 1985-03-12 10:41:29 +00:00
parent 0c92039ba4
commit 9f203c9a17

View file

@ -20,8 +20,4 @@ typedef char * string;
#define full int
#endif
#if TEM_WSIZE>2
#define word long
#else
#define word int
#endif