Small thing. It seems like we have to defined _XOPEN_SOURCE to get

isascii() on DEC/Compaq/HP C for VMS.
This commit is contained in:
Richard Levitte 2005-01-18 16:46:02 +00:00
parent addb6e16a8
commit d8863f0bdb

View file

@ -116,6 +116,8 @@
#define _BSD_SOURCE 1 /* Or gethostname won't be declared properly
on Linux and GNU platforms. */
#define _XOPEN_SOURCE 1 /* Ot isascii won't be declared properly on
VMS (at least with DECompHP C). */
#include <assert.h>
#include <errno.h>