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
@ -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…
x
Reference in New Issue
Block a user