From bc664b878c9992462f92e7f08fdd534dd08c69b3 Mon Sep 17 00:00:00 2001 From: takano32 Date: Wed, 9 Sep 2009 06:27:35 +0000 Subject: Wed Sep 9 15:24:32 2009 TAKANO Mitsuhiro (takano32) * include/ruby/st.h : revert previous commit. * ext/objspace/objspace.c : remove st_memsize declare. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/st.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/ruby/st.h b/include/ruby/st.h index 9ccd03afd3..412a0129c7 100644 --- a/include/ruby/st.h +++ b/include/ruby/st.h @@ -107,6 +107,7 @@ int st_numcmp(st_data_t, st_data_t); st_index_t st_numhash(st_data_t); int st_strcasecmp(const char *s1, const char *s2); int st_strncasecmp(const char *s1, const char *s2, size_t n); +size_t st_memsize(const st_table *); #if defined(__cplusplus) #if 0 -- cgit v1.2.3