mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #4283 from shuujii/reorder-members-in-struct-backtrace_location
Reorder members in `struct backtrace_location`
This commit is contained in:
+1
-1
@@ -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*);
|
||||
|
||||
Reference in New Issue
Block a user