diff options
author | Bert Münnich <ber.t@posteo.de> | 2017-05-17 15:51:11 +0200 |
---|---|---|
committer | Bert Münnich <ber.t@posteo.de> | 2017-05-17 15:51:11 +0200 |
commit | e98266b1483e9fb2683bbd26e3e8d48dd1f58cec (patch) | |
tree | 8673d944ad14d3a457308fcf00ab448810039e83 /types.h | |
parent | 7e9b4cee92897d219b68549405e50850cea17666 (diff) |
State the purpose of CLEANUP macro
Diffstat (limited to 'types.h')
-rw-r--r-- | types.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -21,6 +21,10 @@ #include <stdbool.h> +/* + * Annotation for functions called in cleanup(). + * These functions are not allowed to call error(!0, ...) or exit(). + */ #define CLEANUP typedef enum { |