0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-08 12:18:42 +00:00

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)
#endif
/* Functions which don't return */
/* Macros for gcc attributes */
#define NORET __attribute__((noreturn))
#define UNUSED __attribute__((unused))