aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/std.h
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-08-31 17:07:01 +0900
committernsfisis <nsfisis@gmail.com>2025-08-31 17:07:01 +0900
commit8ac323ccf3e7c012912d8f333abf267e32628a0f (patch)
treea37f24fd08cba788d6731ba2ad7d8c25feb5eef5 /src/std.h
parente09613812ce955c074238e8c91a0ed6eca3dc86f (diff)
downloadducc-8ac323ccf3e7c012912d8f333abf267e32628a0f.tar.gz
ducc-8ac323ccf3e7c012912d8f333abf267e32628a0f.tar.zst
ducc-8ac323ccf3e7c012912d8f333abf267e32628a0f.zip
feat: partially support _Noreturn
Diffstat (limited to 'src/std.h')
-rw-r--r--src/std.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/std.h b/src/std.h
index ae67d0f..b6b0e3d 100644
--- a/src/std.h
+++ b/src/std.h
@@ -47,10 +47,6 @@ int system(const char*);
} while (0)
#ifdef __ducc__
-#define _Noreturn
-#endif
-
-#ifdef __ducc__
#define INT_CAST
#else
#define INT_CAST (int)