mruby-compiler: use new mempool API

This commit is contained in:
Yukihiro "Matz" Matsumoto
2025-05-13 08:13:48 +09:00
parent dbc9d12254
commit 9ef2f551b7
3 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ struct mrb_parser_heredoc_info {
/* parser structure */
struct mrb_parser_state {
mrb_state *mrb;
mrb_mempool *pool;
mempool *pool;
mrb_ast_node *cells;
const char *s, *send;
#ifndef MRB_NO_STDIO