diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ typedef unsigned char BOOL; #define HC_ATTR __attribute__((__hot__, __const__)) #define H_ATTR __attribute__((__hot__)) #define P_ATTR __attribute__((__pure__)) +#define C_ATTR __attribute__((__const__)) #define UNUSED __attribute__((__unused__)) #define U_ATTR UNUSED |