PORT NeXT requires an isascii() define...put it in config.h, most likely
*should* have gone into the ports directory, but hopefully *someday* we'll be able to get rid of that?
This commit is contained in:
parent
151d484ca5
commit
a9bfcf459e
@ -140,6 +140,9 @@
|
|||||||
|
|
||||||
/* does anybody use this? */
|
/* does anybody use this? */
|
||||||
#if defined(next)
|
#if defined(next)
|
||||||
|
# if defined(__STRICT_ANSI__)
|
||||||
|
# define isascii(c) ((unsigned)(c)<=0177)
|
||||||
|
# endif
|
||||||
# define USE_LIMITS_H
|
# define USE_LIMITS_H
|
||||||
# define JMP_BUF
|
# define JMP_BUF
|
||||||
# define NEED_SIG_JMP
|
# define NEED_SIG_JMP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user