From: ceriel Date: Mon, 16 Nov 1992 13:52:07 +0000 (+0000) Subject: Fix 1.69 was partly wrong X-Git-Tag: release-5-5~384 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0de727779071746ff433ad30514af54f1a71f3d4;p=ack.git Fix 1.69 was partly wrong --- diff --git a/lang/m2/comp/type.c b/lang/m2/comp/type.c index 50313983f..06bba2fa7 100644 --- a/lang/m2/comp/type.c +++ b/lang/m2/comp/type.c @@ -125,7 +125,7 @@ align(pos, al) int i = pos % al; if (i) return pos + (al - i); - return pos == 0 ? 1 : pos; + return pos; } t_type *