From 3b750cba1a56ae6f149440c2f0b9a8783e37db48 Mon Sep 17 00:00:00 2001 From: woodzn Date: Wed, 8 Jan 2025 15:19:14 +0800 Subject: [PATCH] Update config.h --- include/pocketpy/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/pocketpy/config.h b/include/pocketpy/config.h index fbb18911..ec89e3f9 100644 --- a/include/pocketpy/config.h +++ b/include/pocketpy/config.h @@ -66,7 +66,7 @@ #define PK_PLATFORM_SEP '/' #endif -//If missing static_assert +//@Wood_zn #ifndef static_assert -#define static_assert(x, msg) int static_assert(int static_assert[(x)?1:-1]) + #define static_assert(x, msg) int static_assert(int static_assert[(x)?1:-1]) #endif