From 6057b2e378b0f95f0cb6d0c69d8879a23393fe80 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Mon, 15 Sep 2014 01:48:08 +0900 Subject: change mrb_sym type from uint16_t to uint32_t --- include/mruby.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/mruby.h') diff --git a/include/mruby.h b/include/mruby.h index c45925844..480080e8b 100644 --- a/include/mruby.h +++ b/include/mruby.h @@ -161,7 +161,6 @@ typedef struct mrb_state { mrb_bool gc_full:1; mrb_bool is_generational_gc_mode:1; mrb_bool out_of_memory:1; - mrb_bool symbol_table_overflow:1; size_t majorgc_old_threshold; struct alloca_header *mems; -- cgit v1.2.3