diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/birdlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/birdlib.h b/lib/birdlib.h index 1a27e96..d218a0b 100644 --- a/lib/birdlib.h +++ b/lib/birdlib.h @@ -26,7 +26,7 @@ #define NULL ((void *) 0) #endif -/* Functions which don't return */ +/* Macros for gcc attributes */ #define NORET __attribute__((noreturn)) #define UNUSED __attribute__((unused)) |