diff options
author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-11-20 01:24:28 +0000 |
---|---|---|
committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-11-20 01:24:28 +0000 |
commit | 3634fde44d3e3cedf2278f03b7c3b28b93a729c4 (patch) | |
tree | 2deb76f2fdcf895512edccb00a33ac02f3e7dabe /ruby.h | |
parent | 15b9494baa5be28a827a5169f27a5f884cb4518d (diff) | |
download | ruby-3634fde44d3e3cedf2278f03b7c3b28b93a729c4.tar.gz |
eban
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ruby.h')
-rw-r--r-- | ruby.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -397,6 +397,7 @@ void xfree _((void*)); #define MEMCMP(p1,p2,type,n) memcmp((p1), (p2), sizeof(type)*(n)) void rb_glob _((char*,void(*)(),VALUE)); +void rb_iglob _((char*,void(*)(),VALUE)); VALUE rb_define_class _((const char*,VALUE)); VALUE rb_define_module _((const char*)); |