diff options
| author | takano32 <takano32@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-09-09 05:08:45 +0000 |
|---|---|---|
| committer | takano32 <takano32@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-09-09 05:08:45 +0000 |
| commit | b41b909377d22010be12c0e3aeb6dda7787854f7 (patch) | |
| tree | a04600f4b48932d4382075d22d79ff71d7b50800 /include/ruby | |
| parent | db286ac503245dde6b187215becdcb4f20d1e5dc (diff) | |
| download | ruby-b41b909377d22010be12c0e3aeb6dda7787854f7.tar.gz ruby-b41b909377d22010be12c0e3aeb6dda7787854f7.tar.xz ruby-b41b909377d22010be12c0e3aeb6dda7787854f7.zip | |
Wed Sep 9 14:07:19 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>
* include/ruby/st.h : fix duplicate st_memsize declare.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby')
| -rw-r--r-- | include/ruby/st.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ruby/st.h b/include/ruby/st.h index 412a0129c..9ccd03afd 100644 --- a/include/ruby/st.h +++ b/include/ruby/st.h @@ -107,7 +107,6 @@ 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 |
