aboutsummaryrefslogtreecommitdiffstats
path: root/vm_dump.c
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-03 01:43:17 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-03 01:43:17 +0000
commit0c9d72f27b8bb7be28079a421b4ae404f217336c (patch)
tree0945e69707e43df2a6aff88e7428268c9592e6b8 /vm_dump.c
parent4cc52c7d2f62351f9f7a5932342fb2579b24baac (diff)
downloadruby-0c9d72f27b8bb7be28079a421b4ae404f217336c.tar.gz
delete extra #undef [ci skip]
Sorry, this was a garbage. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_dump.c')
-rw-r--r--vm_dump.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vm_dump.c b/vm_dump.c
index 933e8db269..67afcff5e4 100644
--- a/vm_dump.c
+++ b/vm_dump.c
@@ -831,7 +831,6 @@ print_machine_register(size_t reg, const char *reg_name, int col_count, int max_
#else
ret = snprintf(buf, sizeof(buf), " %3.3s: 0x%08" PRIxSIZE, reg_name, reg);
#endif
-#undef zx
if (col_count + ret > max_col) {
fputs("\n", stderr);
col_count = 0;