diff options
author | Martin Mares <mj@ucw.cz> | 2004-06-05 09:01:12 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2004-06-05 09:01:12 +0000 |
commit | 5da8f82feb14512725e09664f6db96f03e3ece8f (patch) | |
tree | 0f9e197b8cd2518124110cad81a4f2b7a52a70a6 /lib | |
parent | c33d4cad9fbfb0b2a4b3ee699943d9955bcd9e3e (diff) |
A better comment.
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 1a27e969..d218a0b4 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)) |