about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--subx/021translate.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/subx/021translate.cc b/subx/021translate.cc
index f658f6db..3ea090ee 100644
--- a/subx/021translate.cc
+++ b/subx/021translate.cc
@@ -117,6 +117,7 @@ void dump_elf_header(ostream& out) {
   uint32_t p_align = 0x1000;
   emit(p_align);
 #undef O
+#undef emit
 }
 
 void slurp(const char* filename, string& out) {