A better comment.

This commit is contained in:
Martin Mares 2004-06-05 09:01:12 +00:00
parent c33d4cad9f
commit 5da8f82feb

View file

@ -26,7 +26,7 @@
#define NULL ((void *) 0) #define NULL ((void *) 0)
#endif #endif
/* Functions which don't return */ /* Macros for gcc attributes */
#define NORET __attribute__((noreturn)) #define NORET __attribute__((noreturn))
#define UNUSED __attribute__((unused)) #define UNUSED __attribute__((unused))