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
This commit is contained in:
parent
7bbff60485
commit
96d19b6cbc
@ -831,7 +831,6 @@ print_machine_register(size_t reg, const char *reg_name, int col_count, int max_
|
|||||||
#else
|
#else
|
||||||
ret = snprintf(buf, sizeof(buf), " %3.3s: 0x%08" PRIxSIZE, reg_name, reg);
|
ret = snprintf(buf, sizeof(buf), " %3.3s: 0x%08" PRIxSIZE, reg_name, reg);
|
||||||
#endif
|
#endif
|
||||||
#undef zx
|
|
||||||
if (col_count + ret > max_col) {
|
if (col_count + ret > max_col) {
|
||||||
fputs("\n", stderr);
|
fputs("\n", stderr);
|
||||||
col_count = 0;
|
col_count = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user