Dan Kalowsky wrote:
> From building PHP on a MacOSX machine:
> 
> ctype.c: In function `zif_ctype_alnum':
> ctype.c:126: `isalnum' undeclared (first use in this function)
> ctype.c:126: (Each undeclared identifier is reported only once
> ctype.c:126: for each function it appears in.)
[...]


ext/ctype/ctype.c includes <ctype.h>, isalpha() and friends
are supposed to be defined in there, is this different on OS/X,
and if so: why?


-- 
Hartmut Holzgraefe  [EMAIL PROTECTED]  http://www.six.de  +49-711-99091-77

Wir stellen für Sie aus auf der CeBIT 2002 und freuen uns
in Halle 6 auf Ihren Besuch am Stand H 18


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to