Minor
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 8 Aug 2012 18:59:09 +0000 (14:59 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 8 Aug 2012 18:59:09 +0000 (14:59 -0400)
src/hb-common.h
src/hb-icu.h

index 6f2a709..92f77c4 100644 (file)
@@ -43,8 +43,6 @@
 # endif /* !__cplusplus */
 #endif
 
-HB_BEGIN_DECLS
-
 #if !defined (HB_DONT_DEFINE_STDINT)
 
 #if defined (_SVR4) || defined (SVR4) || defined (__OpenBSD__) || \
@@ -69,6 +67,8 @@ typedef unsigned __int64 uint64_t;
 
 #endif
 
+HB_BEGIN_DECLS
+
 
 typedef int hb_bool_t;
 
index d22a8e1..f2f35f0 100644 (file)
@@ -33,7 +33,6 @@
 
 #include <unicode/uscript.h>
 
-
 HB_BEGIN_DECLS