delorie.com/archives/browse.cgi | search |
Date: | Thu, 6 Mar 2003 14:12:37 +0200 (EET) |
From: | Esa A E Peuha <peuha AT cc DOT helsinki DOT fi> |
Sender: | peuha AT sirppi DOT helsinki DOT fi |
To: | djgpp-workers AT delorie DOT com |
Subject: | Re: New POSIX: _tolower, _toupper [PATCH] |
In-Reply-To: | <E18qtTk-0000VP-00@phekda.freeserve.co.uk> |
Message-ID: | <Pine.OSF.4.51.0303061402530.32514@sirppi.helsinki.fi> |
References: | <E18qtTk-0000VP-00 AT phekda DOT freeserve DOT co DOT uk> |
MIME-Version: | 1.0 |
Reply-To: | djgpp-workers AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | djgpp-workers AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
On Thu, 6 Mar 2003, Richard Dawe wrote: > Below is a patch to add the _tolower and _toupper functions > required by new POSIX. > > OK to commit? [snip] > + @portability !ansi, posix That line means that these functions are older POSIX, which they aren't. You'll have to use the longer form: @portability !ansi-c89, !ansi-c99, !posix-1003.2-1992, posix-1003.1-2001 -- Esa Peuha student of mathematics at the University of Helsinki http://www.helsinki.fi/~peuha/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |