summaryrefslogtreecommitdiff
path: root/src/ctype/islower.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctype/islower.c')
-rw-r--r--src/ctype/islower.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ctype/islower.c b/src/ctype/islower.c
index 9e151725..9714f9b4 100644
--- a/src/ctype/islower.c
+++ b/src/ctype/islower.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <limits.h>
#include "_assert.h"
#include "_ctype.h"
@@ -26,3 +28,6 @@ C_LOCALE(`THIS() is true for the characters CHAR(a), CHAR(b), CHAR(c), CHAR(d),
OTHER_LOCALES(`THIS() is true for a set of characters for which none of FUNCTION(iscntrl), FUNCTION(isdigit), FUNCTION(ispunct), or FUNCTION(isspace) is true')
STDC(1)
*/
+
+
+#endif