made compilable by the ACK ANSI C compiler

This commit is contained in:
ceriel 1990-11-02 14:29:02 +00:00
parent d7c15759ee
commit 1136d63929
3 changed files with 15 additions and 0 deletions

View file

@ -10,6 +10,11 @@
*/
#include <m2_traps.h>
#ifndef EM_WSIZE
#define EM_WSIZE _EM_WSIZE
#define EM_PSIZE _EM_PSIZE
#endif
#if EM_WSIZE==EM_PSIZE
typedef unsigned pcnt;
#else

View file

@ -11,6 +11,11 @@
#include <m2_traps.h>
#ifndef EM_WSIZE
#define EM_WSIZE _EM_WSIZE
#define EM_PSIZE _EM_PSIZE
#endif
#if EM_WSIZE==EM_PSIZE
typedef unsigned pcnt;
#else

View file

@ -11,6 +11,11 @@
#include <m2_traps.h>
#ifndef EM_WSIZE
#define EM_WSIZE _EM_WSIZE
#define EM_PSIZE _EM_PSIZE
#endif
#if EM_WSIZE==EM_PSIZE
typedef unsigned pcnt;
#else