From c8cf1feee1bcb793d919b14853355a7ba09ab836 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 3 Jul 2017 21:46:59 +0930 Subject: [GOLD] undef after using DW_IDX and friends * dwarf.h (DW_FIRST_IDX, DW_IDX, DW_IDX_DUP, DW_END_IDX): Undef after using. --- elfcpp/dwarf.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'elfcpp/dwarf.h') diff --git a/elfcpp/dwarf.h b/elfcpp/dwarf.h index 85004a4..e5053c4 100644 --- a/elfcpp/dwarf.h +++ b/elfcpp/dwarf.h @@ -110,6 +110,11 @@ namespace elfcpp #undef DW_CFA #undef DW_END_CFA +#undef DW_FIRST_IDX +#undef DW_IDX +#undef DW_IDX_DUP +#undef DW_END_IDX + // Frame unwind information. enum DW_EH_PE -- cgit v1.1