Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!husc6!cmcl2!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.lang.c,comp.sys.ibm.pc Subject: Re: MSC toupper (was Re: MS-DOS NRO ) Message-ID: <5915@brl-smoke.ARPA> Date: Sat, 30-May-87 05:10:29 EDT Article-I.D.: brl-smok.5915 Posted: Sat May 30 05:10:29 1987 Date-Received: Sun, 31-May-87 16:42:38 EDT References: <405@ritcv.UUCP> <725@thumper.UUCP> <345@polyslo.UUCP> <348@polyslo.UUCP> <6933@alice.UUCP> <1163@oliveb.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Distribution: na Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 10 Xref: mnetor comp.lang.c:2268 comp.sys.ibm.pc:4461 In article <1163@oliveb.UUCP> rap@olivej.UUCP (Robert A. Pease) writes: >In article <6933@alice.UUCP> ark@alice.UUCP writes: >>In article <348@polyslo.UUCP>, mpatnode@polyslo.UUCP writes: >>-> #define toupper ((isupper(c)) ? _tolower(c) : (c)) >>Gee, I guess MSC 3.00 is broken, then. Maybe they'll fix it in 4.0 >Its all spelled out. It sure is, and if MicroSoft wants to be standard-conforming, they're going to have to fix this bug. Just because they document it doesn't make it right.