Now that inlining works, make the return handling work properly too,
commit06231a22afbbad21dcf7523fbf7ed4beb356cd19
authorLinus Torvalds <torvalds@home.osdl.org>
Wed, 9 Jul 2003 07:06:13 +0000 (9 00:06 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:00:55 +0000 (7 21:00 -0700)
tree98f6c7b5634675769b947a06783dd9c7867b4361
parentbca6859f6ede2e32dc95365a81d7cadd5686a1f3
Now that inlining works, make the return handling work properly too,
ie make sure that we don't just go to the right place, but that we
also assign the return value to the return variable, and we make
inline functions evaluate properly to the value.
evaluate.c
parse.c
show-parse.c