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:
Marc G. Fournier 1997-01-06 00:22:55 +00:00
parent 151d484ca5
commit a9bfcf459e
1 changed files with 3 additions and 0 deletions

View File

@ -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