mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #1061 from nemerle/RData-type-constification
Changed the RData type field to 'const'
This commit is contained in:
@@ -19,7 +19,7 @@ typedef struct mrb_data_type {
|
||||
struct RData {
|
||||
MRB_OBJECT_HEADER;
|
||||
struct iv_tbl *iv;
|
||||
mrb_data_type *type;
|
||||
const mrb_data_type *type;
|
||||
void *data;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user