From 5ec0ccad638597fca929a84cfdf70ee3878308af Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 6 May 2023 13:36:39 -0600 Subject: [PATCH] Undef a macro after use --- src/hb-subset-plan-member-list.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hb-subset-plan-member-list.hh b/src/hb-subset-plan-member-list.hh index 478c3d1c8..acf508c32 100644 --- a/src/hb-subset-plan-member-list.hh +++ b/src/hb-subset-plan-member-list.hh @@ -124,3 +124,5 @@ HB_SUBSET_PLAN_MEMBER (mutable hb_map_t, bounds_height_map) // None to indicate should remove HB_SUBSET_PLAN_MEMBER (hb_hashmap_t E(), name_table_overrides) #endif + +#undef E