From ca885e18959ced4df7084ccf262c7b5df5848bdb Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 31 May 2002 13:57:00 +0000 Subject: [PATCH] Added a macro for __attribute__((const)). Robert, please update your hash functions to use this. --- lib/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config.h b/lib/config.h index 0cee3ffe..f1a5af12 100644 --- a/lib/config.h +++ b/lib/config.h @@ -78,6 +78,7 @@ typedef s32 sh_off_t; #define UNUSED __attribute__((unused)) #define CONSTRUCTOR __attribute__((constructor)) #define PACKED __attribute__((packed)) +#define CONST __attribute__((const)) #else #error This program requires the GNU C compiler. -- 2.39.2