From ff30358d13d24d8202f2717c43700be70bdd49d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= Date: Fri, 14 Aug 2020 14:45:23 +0900 Subject: RARRAY_AREF: convert into an inline function RARRAY_AREF has been a macro for reasons. We might not be able to change that for public APIs, but why not relax the situation internally to make it an inline function. --- marshal.c | 1 + 1 file changed, 1 insertion(+) (limited to 'marshal.c') diff --git a/marshal.c b/marshal.c index 480ae599a2..2c6ed7a1dd 100644 --- a/marshal.c +++ b/marshal.c @@ -22,6 +22,7 @@ #include "encindex.h" #include "id_table.h" #include "internal.h" +#include "internal/array.h" #include "internal/bignum.h" #include "internal/class.h" #include "internal/encoding.h" -- cgit v1.2.3