diff options
Diffstat (limited to 'src/ctype/ispunct.c')
-rw-r--r-- | src/ctype/ispunct.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ctype/ispunct.c b/src/ctype/ispunct.c index cea5446d..5bb3914e 100644 --- a/src/ctype/ispunct.c +++ b/src/ctype/ispunct.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 printing characters for which neither FUNCTION(isspace) nor FUNCTION(isalnum) is true') STDC(1) */ + + +#endif |