You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Randy Terbush <ra...@zyzzyva.com> on 1997/01/19 22:08:46 UTC

ap_snprintf()

For some reason, the prototype for isascii() is causing problems on
FreeBSD. Not sure it is even needed.




Re: ap_snprintf()

Posted by Dean Gaudet <dg...@arctic.org>.
It should be removed... that's one thing my patch did -- removed all the
prototypes for system functions.   It messes up because isascii is a macro
on many (all?) systems.

Dean

On Sun, 19 Jan 1997, Randy Terbush wrote:

> 
> For some reason, the prototype for isascii() is causing problems on
> FreeBSD. Not sure it is even needed.
> 
> 
> 
>