diff options
Diffstat (limited to 'include/mruby.h')
| -rw-r--r-- | include/mruby.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/mruby.h b/include/mruby.h index 4d2b65254..2a6bc7753 100644 --- a/include/mruby.h +++ b/include/mruby.h @@ -268,7 +268,9 @@ typedef struct mrb_state { #endif mrb_sym symidx; - struct symbol_name *symtbl; /* symbol table */ + const char **symtbl; + uint8_t *symlink; + uint8_t *symflags; mrb_sym symhash[256]; size_t symcapa; #ifndef MRB_USE_ALL_SYMBOLS |
