compat/precompose_utf8.h: use more common include guard style
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
64e68a3b32
commit
f790d81252
@ -1,4 +1,6 @@
|
|||||||
#ifndef PRECOMPOSE_UNICODE_H
|
#ifndef PRECOMPOSE_UNICODE_H
|
||||||
|
#define PRECOMPOSE_UNICODE_H
|
||||||
|
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
@ -41,5 +43,4 @@ int precompose_utf8_closedir(PREC_DIR *dirp);
|
|||||||
#define DIR PREC_DIR
|
#define DIR PREC_DIR
|
||||||
#endif /* PRECOMPOSE_UNICODE_C */
|
#endif /* PRECOMPOSE_UNICODE_C */
|
||||||
|
|
||||||
#define PRECOMPOSE_UNICODE_H
|
|
||||||
#endif /* PRECOMPOSE_UNICODE_H */
|
#endif /* PRECOMPOSE_UNICODE_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user