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