Mail Archives: djgpp-workers/2003/03/06/10:36:23
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/ ]
- Raw text -