made compilable by the ACK ANSI C compiler
This commit is contained in:
parent
009541d133
commit
ddb632ac13
@ -10,6 +10,11 @@
|
|||||||
*/
|
*/
|
||||||
#include <m2_traps.h>
|
#include <m2_traps.h>
|
||||||
|
|
||||||
|
#ifndef EM_WSIZE
|
||||||
|
#define EM_WSIZE _EM_WSIZE
|
||||||
|
#define EM_PSIZE _EM_PSIZE
|
||||||
|
#endif
|
||||||
|
|
||||||
#if EM_WSIZE==EM_PSIZE
|
#if EM_WSIZE==EM_PSIZE
|
||||||
typedef unsigned pcnt;
|
typedef unsigned pcnt;
|
||||||
#else
|
#else
|
||||||
|
|||||||
@ -11,6 +11,11 @@
|
|||||||
|
|
||||||
#include <m2_traps.h>
|
#include <m2_traps.h>
|
||||||
|
|
||||||
|
#ifndef EM_WSIZE
|
||||||
|
#define EM_WSIZE _EM_WSIZE
|
||||||
|
#define EM_PSIZE _EM_PSIZE
|
||||||
|
#endif
|
||||||
|
|
||||||
#if EM_WSIZE==EM_PSIZE
|
#if EM_WSIZE==EM_PSIZE
|
||||||
typedef unsigned pcnt;
|
typedef unsigned pcnt;
|
||||||
#else
|
#else
|
||||||
|
|||||||
@ -11,6 +11,11 @@
|
|||||||
|
|
||||||
#include <m2_traps.h>
|
#include <m2_traps.h>
|
||||||
|
|
||||||
|
#ifndef EM_WSIZE
|
||||||
|
#define EM_WSIZE _EM_WSIZE
|
||||||
|
#define EM_PSIZE _EM_PSIZE
|
||||||
|
#endif
|
||||||
|
|
||||||
#if EM_WSIZE==EM_PSIZE
|
#if EM_WSIZE==EM_PSIZE
|
||||||
typedef unsigned pcnt;
|
typedef unsigned pcnt;
|
||||||
#else
|
#else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user