From 8ac323ccf3e7c012912d8f333abf267e32628a0f Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 31 Aug 2025 17:07:01 +0900 Subject: feat: partially support _Noreturn --- src/std.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/std.h') diff --git a/src/std.h b/src/std.h index ae67d0f..b6b0e3d 100644 --- a/src/std.h +++ b/src/std.h @@ -46,10 +46,6 @@ int system(const char*); } \ } while (0) -#ifdef __ducc__ -#define _Noreturn -#endif - #ifdef __ducc__ #define INT_CAST #else -- cgit v1.2.3-70-g09d2