corrected preprocessor guards
authorMichiharu Ariza <ariza@adobe.com>
Wed, 29 Aug 2018 20:36:39 +0000 (13:36 -0700)
committerMichiharu Ariza <ariza@adobe.com>
Wed, 29 Aug 2018 20:36:39 +0000 (13:36 -0700)
src/hb-cff-interp-common.hh
src/hb-cff-interp-cs-common.hh
src/hb-cff-interp-dict-common.hh
src/hb-ot-cff-common.hh
src/hb-subset-cff-common.hh

index 79add12..310cc4c 100644 (file)
@@ -23,8 +23,8 @@
  *
  * Adobe Author(s): Michiharu Ariza
  */
-#ifndef HB_CFF_INTERP_COMMON_PRIVATE_HH
-#define HB_CFF_INTERP_COMMON_PRIVATE_HH
+#ifndef HB_CFF_INTERP_COMMON_HH
+#define HB_CFF_INTERP_COMMON_HH
 
 namespace CFF {
 
@@ -626,4 +626,4 @@ struct Interpreter {
 
 } /* namespace CFF */
 
-#endif /* HB_CFF_INTERP_COMMON_PRIVATE_HH */
+#endif /* HB_CFF_INTERP_COMMON_HH */
index a1ab472..9e22b1e 100644 (file)
@@ -23,8 +23,8 @@
  *
  * Adobe Author(s): Michiharu Ariza
  */
-#ifndef HB_CFF_INTERP_CS_COMMON_PRIVATE_HH
-#define HB_CFF_INTERP_CS_COMMON_PRIVATE_HH
+#ifndef HB_CFF_INTERP_CS_COMMON_HH
+#define HB_CFF_INTERP_CS_COMMON_HH
 
 #include "hb.hh"
 #include "hb-cff-interp-common.hh"
@@ -320,4 +320,4 @@ struct CSInterpreter : Interpreter<ENV>
 
 } /* namespace CFF */
 
-#endif /* HB_CFF_INTERP_CS_COMMON_PRIVATE_HH */
+#endif /* HB_CFF_INTERP_CS_COMMON_HH */
index 6557290..32ed39e 100644 (file)
@@ -23,8 +23,8 @@
  *
  * Adobe Author(s): Michiharu Ariza
  */
-#ifndef HB_CFF_INTERP_DICT_COMMON_PRIVATE_HH
-#define HB_CFF_INTERP_DICT_COMMON_PRIVATE_HH
+#ifndef HB_CFF_INTERP_DICT_COMMON_HH
+#define HB_CFF_INTERP_DICT_COMMON_HH
 
 #include "hb-cff-interp-common.hh"
 
@@ -205,4 +205,4 @@ struct DictInterpreter : Interpreter<InterpEnv>
 
 } /* namespace CFF */
 
-#endif /* HB_CFF_INTERP_DICT_COMMON_PRIVATE_HH */
+#endif /* HB_CFF_INTERP_DICT_COMMON_HH */
index b5ab0e7..3aa1c34 100644 (file)
@@ -23,8 +23,8 @@
  *
  * Adobe Author(s): Michiharu Ariza
  */
-#ifndef HB_OT_CFF_COMMON_PRIVATE_HH
-#define HB_OT_CFF_COMMON_PRIVATE_HH
+#ifndef HB_OT_CFF_COMMON_HH
+#define HB_OT_CFF_COMMON_HH
 
 #include "hb-open-type.hh"
 #include "hb-ot-layout-common.hh"
@@ -619,5 +619,5 @@ struct Subrs : CFFIndex<COUNT>
 
 } /* namespace CFF */
 
-#endif /* HB_OT_CFF_COMMON_PRIVATE_HH */
+#endif /* HB_OT_CFF_COMMON_HH */
 
index 883584b..4ed8248 100644 (file)
@@ -24,8 +24,8 @@
  * Adobe Author(s): Michiharu Ariza
  */
 
-#ifndef HB_SUBSET_CFF_COMMON_PRIVATE_HH
-#define HB_SUBSET_CFF_COMMON_PRIVATE_HH
+#ifndef HB_SUBSET_CFF_COMMON_HH
+#define HB_SUBSET_CFF_COMMON_HH
 
 #include "hb.hh"
 
@@ -230,4 +230,4 @@ hb_serialize_cff_fdselect (hb_serialize_context_t *c,
                           const hb_vector_t<hb_codepoint_t> &first_glyphs,
                           const CFF::FDMap &fdmap);
 
-#endif /* HB_SUBSET_CFF_COMMON_PRIVATE_HH */
+#endif /* HB_SUBSET_CFF_COMMON_HH */