From b32ae9898f0311a3755a361bc0bdcbb38f143deb Mon Sep 17 00:00:00 2001 From: S-H-GAMELINKS Date: Sun, 27 Jun 2021 17:11:24 +0900 Subject: Move rb_str_escape function declaration --- object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'object.c') diff --git a/object.c b/object.c index 365c60f9dc..695a11e366 100644 --- a/object.c +++ b/object.c @@ -30,6 +30,7 @@ #include "internal/numeric.h" #include "internal/object.h" #include "internal/struct.h" +#include "internal/string.h" #include "internal/symbol.h" #include "internal/variable.h" #include "probes.h" @@ -688,7 +689,6 @@ rb_any_to_s(VALUE obj) return str; } -VALUE rb_str_escape(VALUE str); /*! * Convenient wrapper of \c Object#inspect. * Returns a human-readable string representation of \a obj, -- cgit v1.2.1