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. --- dir.c | 1 + 1 file changed, 1 insertion(+) (limited to 'dir.c') diff --git a/dir.c b/dir.c index 957110823b..e5b6705b32 100644 --- a/dir.c +++ b/dir.c @@ -105,6 +105,7 @@ char *strchr(char*,char); #include "encindex.h" #include "id.h" #include "internal.h" +#include "internal/array.h" #include "internal/dir.h" #include "internal/encoding.h" #include "internal/error.h" -- cgit v1.2.1