Unverified Commit e986dfa8 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #4283 from shuujii/reorder-members-in-struct-backtrace_location

Reorder members in `struct backtrace_location`
parents 93e25f4a a28d7143
......@@ -17,8 +17,8 @@
struct backtrace_location {
int lineno;
const char *filename;
mrb_sym method_id;
const char *filename;
};
typedef void (*each_backtrace_func)(mrb_state*, struct backtrace_location*, void*);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment