made compilable by the ACK ANSI C compiler
authorceriel <none@none>
Fri, 2 Nov 1990 14:29:02 +0000 (14:29 +0000)
committerceriel <none@none>
Fri, 2 Nov 1990 14:29:02 +0000 (14:29 +0000)
lang/m2/libm2/confarray.c
lang/m2/libm2/load.c
lang/m2/libm2/store.c

index 8567d7f..d282a27 100644 (file)
 */
 #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
index 9962377..3ec6321 100644 (file)
 
 #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
index 9de3d63..d69aa40 100644 (file)
 
 #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