summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authortakano32 <takano32@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-09 06:27:35 +0000
committertakano32 <takano32@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-09 06:27:35 +0000
commite8380aecdc022ab2c81d011833cb771dab259cea (patch)
tree9ad42fc0d5195faaee32c0a23d88519f2c46c28e /include
parentb41b909377d22010be12c0e3aeb6dda7787854f7 (diff)
downloadruby-e8380aecdc022ab2c81d011833cb771dab259cea.tar.gz
ruby-e8380aecdc022ab2c81d011833cb771dab259cea.tar.xz
ruby-e8380aecdc022ab2c81d011833cb771dab259cea.zip
Wed Sep 9 15:24:32 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>
* include/ruby/st.h : revert previous commit. * ext/objspace/objspace.c : remove st_memsize declare. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include')
-rw-r--r--include/ruby/st.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ruby/st.h b/include/ruby/st.h
index 9ccd03afd..412a0129c 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