Allow void returns in void functions.
commitb51e0b88410c4ac5cdff47dcfd2f97b72f3c28e7
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 16 Jun 2004 03:52:08 +0000 (15 20:52 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:02:08 +0000 (7 21:02 -0700)
treed033a98eaf40658e9d2e76abdbfcfd7244bfebcc
parent69c6e2d638d9f668b5e8631d3164cd59303c4bb8
Allow void returns in void functions.

It seems to be accepted C++/C99, and makes a certain amount
of sense. After all, the expression type matches the function
type.
evaluate.c