]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
A better comment.
authorMartin Mares <mj@ucw.cz>
Sat, 5 Jun 2004 09:01:12 +0000 (09:01 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 5 Jun 2004 09:01:12 +0000 (09:01 +0000)
lib/birdlib.h

index 1a27e969b3e65d573016283e793fa279741275e6..d218a0b423f49a3c4f815a9f071651d6004b3a85 100644 (file)
@@ -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))