From 61291639524e4aebf93a3315661e7180ac1b9c1e Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 20 Dec 2021 21:03:37 +0200 Subject: Right up to init_proc, FUCK YEAH + Lots to do still, should keep a more detailed TODO.txt, among other things implement Sv48 support, make more things single truths etc. --- include/apos/utils.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/apos/utils.h') diff --git a/include/apos/utils.h b/include/apos/utils.h index d0b41ce..91b8535 100644 --- a/include/apos/utils.h +++ b/include/apos/utils.h @@ -14,6 +14,9 @@ #define GLUE2(x, y) x##y #define GLUE(x, y) GLUE2(x, y) +#define QUOTE2(x) #x +#define QUOTE(x) QUOTE2(x) + #include #if __has_builtin(__builtin_offsetof) -- cgit v1.3