> Didn't you know you could put a return statement in a void function?
> Especially used if you want to return from multiple places within the
> function. Personally I put it in all the time, to avoid getting
> warnings from IBM's C/370 compiler, which thinks that it's a good
> idea to always put them in.
ac> That's one paranoid compiler you have over there! :-)
Yes, I don't expect to be warned about not having a return in a void
function! I saw an explanation once - something silly, I think along the
lines "you may have forgotten to write the last bit of code (which
would include a return)". BFN. Paul.
@EOT:
---
* Origin: X (3:711/934.9)
|