OSDN Git Service

PORT NeXT requires an isascii() define...put it in config.h, most likely
authorMarc G. Fournier <scrappy@hub.org>
Mon, 6 Jan 1997 00:22:55 +0000 (00:22 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Mon, 6 Jan 1997 00:22:55 +0000 (00:22 +0000)
*should* have gone into the ports directory, but hopefully *someday* we'll
be able to get rid of that?

src/include/config.h

index 255f3b7..08ab586 100644 (file)
 
 /* 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