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/stdlib/__constraint_info.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/stdlib/__constraint_info.h') diff --git a/src/stdlib/__constraint_info.h b/src/stdlib/__constraint_info.h index 0cdae024..b0d3b7d4 100644 --- a/src/stdlib/__constraint_info.h +++ b/src/stdlib/__constraint_info.h @@ -3,3 +3,7 @@ struct __constraint_info { int value; int signal; }; + +/* +STDC(-1) +*/ -- cgit v1.2.1