summaryrefslogtreecommitdiff
path: root/src/ctype
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctype')
-rw-r--r--src/ctype/_ctype.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ctype/_ctype.h b/src/ctype/_ctype.h
index f0ff0e5a..6c36bbac 100644
--- a/src/ctype/_ctype.h
+++ b/src/ctype/_ctype.h
@@ -18,4 +18,8 @@ typedef enum {
CT_BLANK = (1 << 10),
} ctype_t;
+/*
+STDC(-1)
+*/
+
#endif