summaryrefslogtreecommitdiff
path: root/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'string.c')
-rw-r--r--string.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/string.c b/string.c
index 5b60e9268b..57e0cad81a 100644
--- a/string.c
+++ b/string.c
@@ -1873,7 +1873,7 @@ rb_str_inspect(str)
return result;
}
-static VALUE
+VALUE
rb_str_dump(str)
VALUE str;
{
@@ -3003,7 +3003,7 @@ rb_str_crypt(str, salt)
return result;
}
-static VALUE
+VALUE
rb_str_intern(str)
VALUE str;
{