mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Labels cannot at the end of block
This commit is contained in:
parent
78cb795491
commit
d2cc4437a1
1 changed files with 1 additions and 0 deletions
|
@ -822,6 +822,7 @@ rb_print_backtrace(FILE *errout)
|
||||||
free(syms);
|
free(syms);
|
||||||
}
|
}
|
||||||
error:
|
error:
|
||||||
|
/* ignore errors at writing */;
|
||||||
#endif
|
#endif
|
||||||
#elif defined(_WIN32)
|
#elif defined(_WIN32)
|
||||||
struct dump_thead_arg arg = {
|
struct dump_thead_arg arg = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue