Fix 1.69 was partly wrong
authorceriel <none@none>
Mon, 16 Nov 1992 13:52:07 +0000 (13:52 +0000)
committerceriel <none@none>
Mon, 16 Nov 1992 13:52:07 +0000 (13:52 +0000)
lang/m2/comp/type.c

index 5031398..06bba2f 100644 (file)
@@ -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 *