Date: Thu, 6 Mar 2003 14:12:37 +0200 (EET) From: Esa A E Peuha 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: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Precedence: bulk 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/