This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
sxiv
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
State the purpose of CLEANUP macro
master
Bert Münnich
7 years ago
parent
7e9b4cee92
commit
e98266b148
2 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+4
-0
types.h
+ 1
- 1
Makefile
View File
@@ -1,4 +1,4 @@
VERSION := git-20170
213
VERSION := git-20170
517
PREFIX := /usr/local
MANPREFIX := $(PREFIX)/share/man
+ 4
- 0
types.h
View File
@@ -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 {
Write
Preview
Loading…
Cancel
Save