summaryrefslogtreecommitdiff
path: root/src/ctype/isgraph.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctype/isgraph.c')
-rw-r--r--src/ctype/isgraph.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ctype/isgraph.c b/src/ctype/isgraph.c
index e2cca5d2..5c3dad44 100644
--- a/src/ctype/isgraph.c
+++ b/src/ctype/isgraph.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <limits.h>
#include "_assert.h"
#include "_ctype.h"
@@ -25,3 +27,6 @@ LC_CTYPE
C_LOCALE(`THIS() is true for all printable characters other than SPACE()')
STDC(1)
*/
+
+
+#endif