diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | types.h | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ -VERSION := git-20170213 +VERSION := git-20170517 PREFIX := /usr/local MANPREFIX := $(PREFIX)/share/man @@ -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 { |