Sender: rich AT phekda DOT freeserve DOT co DOT uk Message-ID: <3E674BD2.6C586C51@phekda.freeserve.co.uk> Date: Thu, 06 Mar 2003 13:23:30 +0000 From: Richard Dawe X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.23 i586) X-Accept-Language: de,fr MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: Re: New POSIX: _tolower, _toupper [PATCH] References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Hello. Esa A E Peuha wrote: > > 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 Oops, thanks for catching that. You don't need to expand !ansi. This will do: @portability !ansi, !posix-1003.2-1992, posix-1003.1-2001 OK to commit with this fix? Thanks, bye, Rich =] -- Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]