Browse Source

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>
maint
Elijah Newren 7 years ago committed by Junio C Hamano
parent
commit
f790d81252
  1. 3
      compat/precompose_utf8.h

3
compat/precompose_utf8.h

@ -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…
Cancel
Save