Fixed machine-dependant defines
This commit is contained in:
parent
4fd7747338
commit
df039a267d
|
@ -9,7 +9,7 @@
|
|||
Version: $Header$
|
||||
*/
|
||||
|
||||
#if EM_WSIZE==EM_PSIZE
|
||||
#if _EM_WSIZE==_EM_PSIZE
|
||||
typedef unsigned pcnt;
|
||||
#else
|
||||
typedef unsigned long pcnt;
|
||||
|
|
Loading…
Reference in a new issue