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:
parent
addb6e16a8
commit
d8863f0bdb
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue