Changed method for returning big values; Instead of using a chunk of
authorceriel <none@none>
Fri, 10 Mar 1989 10:40:07 +0000 (10:40 +0000)
committerceriel <none@none>
Fri, 10 Mar 1989 10:40:07 +0000 (10:40 +0000)
commit162b824030be7be78836c2a4b1d138a8bfafafbc
tree4548c3e17fdb66080135e85c1feca8c0f1ef3cdd
parent18d134bda72010d10ddce9a0e5243a382b5b5478
Changed method for returning big values; Instead of using a chunk of
global data area, caller creates space on the stack just above parameters
to store the result
lang/m2/comp/code.c
lang/m2/comp/type.H
lang/m2/comp/walk.c