diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2016-03-03 13:38:12 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2016-03-07 10:59:34 +0900 |
| commit | 0c28c7d7540713951d917aa31bdf6e2b15303185 (patch) | |
| tree | db49c340b016f7026d13aa3f3c224fbec5ae2f0a /include/mruby.h | |
| parent | 4e957798512c1118854099badb9ed26a27ad0239 (diff) | |
| download | mruby-0c28c7d7540713951d917aa31bdf6e2b15303185.tar.gz mruby-0c28c7d7540713951d917aa31bdf6e2b15303185.zip | |
change backtrace sep from const char* to char
Diffstat (limited to 'include/mruby.h')
| -rw-r--r-- | include/mruby.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mruby.h b/include/mruby.h index 9aa5b2cd3..63c0fca3d 100644 --- a/include/mruby.h +++ b/include/mruby.h @@ -118,7 +118,7 @@ typedef struct { const char *filename; int lineno; struct RClass *klass; - const char *sep; + char sep; mrb_sym method_id; } mrb_backtrace_entry; |
