Expression are always evaluated in longs.
Some 2-4 backends needed long expressions.
This commit is contained in:
parent
cf6d084155
commit
0c92039ba4
1 changed files with 1 additions and 8 deletions
|
@ -20,14 +20,7 @@ typedef char * string;
|
|||
#define full int
|
||||
#endif
|
||||
|
||||
#if TEM_WSIZE>2
|
||||
#define word long
|
||||
#ifndef WRD_FMT
|
||||
#define WRD_FMT "%D"
|
||||
#define WRD_FMT "%ld"
|
||||
#endif WRD_FMT
|
||||
#else
|
||||
#define word int
|
||||
#ifndef WRD_FMT
|
||||
#define WRD_FMT "%d"
|
||||
#endif WRD_FMT
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue