commit | 37191ede7583fdb864db32a8f4d90956657926c7 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Wed Aug 08 14:59:09 2012 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Wed Aug 08 14:59:09 2012 -0400 |
tree | da702e1c13dabfb35554d86d631348b259e0bc0e | |
parent | 6d9a329a8a0f11f4b175e407de59c55924de1ef6 [diff] [blame] |
Minor
diff --git a/src/hb-common.h b/src/hb-common.h index 6f2a709..92f77c4 100644 --- a/src/hb-common.h +++ b/src/hb-common.h
@@ -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 @@ #endif +HB_BEGIN_DECLS + typedef int hb_bool_t;