diff options
author | Martin Mares <mj@ucw.cz> | 2004-06-05 11:01:12 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2004-06-05 11:01:12 +0200 |
commit | 5da8f82feb14512725e09664f6db96f03e3ece8f (patch) | |
tree | 0f9e197b8cd2518124110cad81a4f2b7a52a70a6 /lib/birdlib.h | |
parent | c33d4cad9fbfb0b2a4b3ee699943d9955bcd9e3e (diff) | |
download | bird-5da8f82feb14512725e09664f6db96f03e3ece8f.tar bird-5da8f82feb14512725e09664f6db96f03e3ece8f.zip |
A better comment.
Diffstat (limited to 'lib/birdlib.h')
-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)) |