From 035d9f762470bf40946091ed922fe281c28e49ab Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 25 Oct 1991 16:03:37 +0000 Subject: [PATCH] No unsigned long arithmetic is default --- lang/m2/comp/BigPars | 2 +- lang/m2/comp/SmallPars | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1