From 237bf6358ed3e39b584b23d6b52e2b91a1d69cfa Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 30 Jan 2024 16:08:00 -0500 Subject: update standards and safety checks --- src/ctype/_ctype.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ctype') 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 -- cgit v1.2.1