Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
compat/precompose_utf8.h: use more common include guard style
author
Elijah Newren
<newren@gmail.com>
Wed, 15 Aug 2018 17:54:09 +0000
(10:54 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 15 Aug 2018 18:52:09 +0000
(11:52 -0700)
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/precompose_utf8.h
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
64e68a3
)
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 */