From ae2fe781dd4aae16a2f03a4b9fb93514eb9886d4 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 13 May 1998 07:26:47 +0000 Subject: 1.1b9_19 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- string.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'string.c') diff --git a/string.c b/string.c index 15be9d0b2d..7c232e2f47 100644 --- a/string.c +++ b/string.c @@ -29,8 +29,6 @@ VALUE cString; #define STR_FREEZE FL_USER1 #define STR_TAINT FL_USER2 #define STR_NO_ORIG FL_USER3 -void reg_prepare_re _((VALUE)); -void kcode_reset_option _((void)); extern VALUE RS; -- cgit v1.2.3