git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
64e68a3
)
compat/precompose_utf8.h: use more common include guard style
author
Elijah Newren
<redacted>
Wed, 15 Aug 2018 17:54:09 +0000
(10:54 -0700)
committer
Junio C Hamano
<redacted>
Wed, 15 Aug 2018 18:52:09 +0000
(11:52 -0700)
Reviewed-by: Jonathan Nieder <redacted>
Signed-off-by: Elijah Newren <redacted>
Signed-off-by: Junio C Hamano <redacted>
compat/precompose_utf8.h
patch
|
blob
|
history
diff --git
a/compat/precompose_utf8.h
b/compat/precompose_utf8.h
index a94e7c43422d87ae062842ae2c2aad430c4b13e4..6f843d3e1a121cf8f73409bc66898f74a9f14f2c 100644
(file)
--- a/
compat/precompose_utf8.h
+++ b/
compat/precompose_utf8.h
@@
-1,4
+1,6
@@
#ifndef PRECOMPOSE_UNICODE_H
+#define PRECOMPOSE_UNICODE_H
+
#include <sys/stat.h>
#include <sys/types.h>
#include <dirent.h>
@@
-41,5
+43,4
@@
int precompose_utf8_closedir(PREC_DIR *dirp);
#define DIR PREC_DIR
#endif /* PRECOMPOSE_UNICODE_C */
-#define PRECOMPOSE_UNICODE_H
#endif /* PRECOMPOSE_UNICODE_H */
git clone https://git.99rst.org/PROJECT