summaryrefslogtreecommitdiff
path: root/src/flexdef.h
diff options
context:
space:
mode:
authorMichael McConville <mmcconville@mykolab.com>2015-12-09 14:13:05 -0500
committerWill Estes <westes575@gmail.com>2015-12-09 15:36:18 -0500
commitd41be275011434c1e5bbd07da3b7adf233410415 (patch)
tree33d5cc6a8f0f5bfc712872d46916d11c104f5291 /src/flexdef.h
parent79691346871720fe2f5885412714a3dce17418f7 (diff)
Removed implementation of isascii().
POSIX defines isascii(), so it's likely present on anything weactually build flex on these days.
Diffstat (limited to 'src/flexdef.h')
-rw-r--r--src/flexdef.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/flexdef.h b/src/flexdef.h
index dc8cd36..2992b00 100644
--- a/src/flexdef.h
+++ b/src/flexdef.h
@@ -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