]> granicus.if.org Git - flex/commitdiff
Removed implementation of isascii().
authorMichael McConville <mmcconville@mykolab.com>
Wed, 9 Dec 2015 19:13:05 +0000 (14:13 -0500)
committerWill Estes <westes575@gmail.com>
Wed, 9 Dec 2015 20:36:18 +0000 (15:36 -0500)
POSIX defines isascii(), so it's likely present on anything weactually build flex on these days.

src/flexdef.h

index dc8cd36816dc6db715d6f8d410d989e9aeb58749..2992b004d5a40a73956ae5c0049bcbbb9ce18cc3 100644 (file)
@@ -149,11 +149,6 @@ char *alloca ();
 #endif
 
 
-/* ANSI C does not guarantee that isascii() is defined */
-#ifndef isascii
-#define isascii(c) ((c) <= 0177)
-#endif
-
 #define unspecified -1
 
 /* Special chk[] values marking the slots taking by end-of-buffer and action