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. --- random.c | 1 + 1 file changed, 1 insertion(+) (limited to 'random.c') diff --git a/random.c b/random.c index 8a59d1c0f9..d213f69bf9 100644 --- a/random.c +++ b/random.c @@ -56,6 +56,7 @@ #endif #include "internal.h" +#include "internal/array.h" #include "internal/compilers.h" #include "internal/numeric.h" #include "internal/random.h" -- cgit v1.2.3