Commit a9bfcf45 authored by Marc G. Fournier's avatar Marc G. Fournier

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?
parent 151d484c
......@@ -140,6 +140,9 @@
/* does anybody use this? */
#if defined(next)
# if defined(__STRICT_ANSI__)
# define isascii(c) ((unsigned)(c)<=0177)
# endif
# define USE_LIMITS_H
# define JMP_BUF
# define NEED_SIG_JMP
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment