Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!princeton!allegra!alice!ark From: ark@alice.UUCP Newsgroups: comp.lang.c,comp.sys.ibm.pc Subject: Re: MSC toupper (was Re: MS-DOS NRO ) Message-ID: <6933@alice.UUCP> Date: Thu, 28-May-87 19:50:36 EDT Article-I.D.: alice.6933 Posted: Thu May 28 19:50:36 1987 Date-Received: Sat, 30-May-87 09:39:51 EDT References: <405@ritcv.UUCP> <725@thumper.UUCP> <345@polyslo.UUCP> <348@polyslo.UUCP> Distribution: na Organization: AT&T Bell Laboratories, Liberty Corner NJ Lines: 9 Keywords: NRO Xref: mnetor comp.lang.c:2249 comp.sys.ibm.pc:4424 In article <348@polyslo.UUCP>, mpatnode@polyslo.UUCP writes: -> Well Dan this is straight out of my ctype.h: -> -> #define toupper ((isupper(c)) ? _tolower(c) : (c)) -> -> Upon closer evaluation I now see the argument is only evaluated 2 -> times. But this was with MSC 3.00 so 4.0 may have change. Gee, I guess MSC 3.00 is broken, then. Maybe they'll fix it in 4.0