From 6b7b84edc7168786408b0757e2eb53728d1b71a6 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 6 May 1998 03:09:03 +0000 Subject: new exception model git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@202 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- intern.h | 1 + 1 file changed, 1 insertion(+) (limited to 'intern.h') diff --git a/intern.h b/intern.h index af309fb3bc..ac02c72072 100644 --- a/intern.h +++ b/intern.h @@ -246,6 +246,7 @@ VALUE str_new2 _((UCHAR *)); VALUE str_new3 _((VALUE)); VALUE str_new4 _((VALUE)); VALUE obj_as_string _((VALUE)); +VALUE str_to_str _((VALUE)); VALUE str_dup _((VALUE)); VALUE str_plus _((VALUE, VALUE)); VALUE str_times _((VALUE, VALUE)); -- cgit v1.2.3