Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site zehntel.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!ihnp4!zehntel!zinfandel!bobm From: bobm@zinfandel.UUCP Newsgroups: net.lang.c Subject: Re: return expr and Decus-C - (nf) Message-ID: <1479@zehntel.UUCP> Date: Wed, 16-May-84 04:24:20 EDT Article-I.D.: zehntel.1479 Posted: Wed May 16 04:24:20 1984 Date-Received: Thu, 17-May-84 03:57:19 EDT Sender: diana@zehntel.UUCP Organization: Zehntel Inc., Walnut Creek, CA Lines: 22 #R:decvax:-47800:zinfandel:14600019:000:446 zinfandel!bobm May 14 23:40:00 1984 > 1. Decus C does not support "return expression;" where the > expression is not enclosed in parentheses. > We have not bothered to change Decus C as we feel that we would be > legitimizing a poor programming practice. The change to the compiler, > which is very simple, is left as a exercise for the student. What's poor about writing return 0; At least it doesn't look like a function call, like return(0); does. Bob Miller