From: ceriel Date: Fri, 25 Oct 1991 16:03:37 +0000 (+0000) Subject: No unsigned long arithmetic is default X-Git-Tag: release-5-5~683 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=035d9f762470bf40946091ed922fe281c28e49ab;p=ack.git No unsigned long arithmetic is default --- diff --git a/lang/m2/comp/BigPars b/lang/m2/comp/BigPars index 83a312291..5bc986017 100644 --- a/lang/m2/comp/BigPars +++ b/lang/m2/comp/BigPars @@ -94,6 +94,6 @@ !File: uns_arith.h -#define UNSIGNED_ARITH unsigned arith +#undef UNSIGNED_ARITH unsigned arith diff --git a/lang/m2/comp/SmallPars b/lang/m2/comp/SmallPars index a062066db..fc7741399 100644 --- a/lang/m2/comp/SmallPars +++ b/lang/m2/comp/SmallPars @@ -93,6 +93,6 @@ !File: uns_arith.h -#define UNSIGNED_ARITH unsigned arith +#undef UNSIGNED_ARITH unsigned arith