From 49b139c339cd1a4cb3a8fc817a582ec6af6c3ca4 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 14 Sep 2025 01:26:47 +0900 Subject: feat: include --- src/preprocess.c | 1 + src/std.h | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) (limited to 'src') diff --git a/src/preprocess.c b/src/preprocess.c index a32e0e5..34c2fe0 100644 --- a/src/preprocess.c +++ b/src/preprocess.c @@ -1,4 +1,5 @@ #include "preprocess.h" +#include #include #include #include diff --git a/src/std.h b/src/std.h index 140eea8..2e4dbb1 100644 --- a/src/std.h +++ b/src/std.h @@ -6,13 +6,6 @@ // TODO: int mkstemps(char*, int); -#define assert(x) \ - do { \ - if (!(x)) { \ - fatal_error("%s:%d: assertion failed", __FILE__, __LINE__); \ - } \ - } while (0) - #define F_OK 0 #define R_OK 4 int access(const char*, int); -- cgit v1.2.3-70-g09d2