From 416dde84581250215d4b0b7ec20bd671db86d9bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Thu, 10 Oct 2024 09:43:27 +0200 Subject: [PATCH] Remove unused defines in cutils.h --- cutils.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cutils.h b/cutils.h index 7830d0ae..d30cb089 100644 --- a/cutils.h +++ b/cutils.h @@ -96,11 +96,6 @@ static void *__builtin_frame_address(unsigned int level) { #define NEG_INF (-1.0/0.0) #endif -#define xglue(x, y) x ## y -#define glue(x, y) xglue(x, y) -#define stringify(s) tostring(s) -#define tostring(s) #s - #ifndef offsetof #define offsetof(type, field) ((size_t) &((type *)0)->field) #endif