mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #4580 from shuujii/unify-type-of-line-number-to-uint16_t
Unify type of line number to `uint16_t`
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@
|
||||
#include <mruby/data.h>
|
||||
|
||||
struct backtrace_location {
|
||||
int lineno;
|
||||
int32_t lineno;
|
||||
mrb_sym method_id;
|
||||
const char *filename;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user