No unsigned long arithmetic is default
authorceriel <none@none>
Fri, 25 Oct 1991 16:03:37 +0000 (16:03 +0000)
committerceriel <none@none>
Fri, 25 Oct 1991 16:03:37 +0000 (16:03 +0000)
lang/m2/comp/BigPars
lang/m2/comp/SmallPars

index 83a3122..5bc9860 100644 (file)
@@ -94,6 +94,6 @@
 
 
 !File: uns_arith.h
-#define UNSIGNED_ARITH unsigned arith
+#undef UNSIGNED_ARITH  unsigned arith
 
 
index a062066..fc77413 100644 (file)
@@ -93,6 +93,6 @@
 
 
 !File: uns_arith.h
-#define UNSIGNED_ARITH unsigned arith
+#undef UNSIGNED_ARITH  unsigned arith