From e45f8f994337131f9329e0780a64aa75c3586a7f Mon Sep 17 00:00:00 2001 From: knu Date: Sun, 8 Jul 2001 11:54:55 +0000 Subject: * ruby.h: fix a wrong function name: rb_iglob() -> rb_globi(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1579 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ruby.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ruby.h') diff --git a/ruby.h b/ruby.h index f13d76c5a6..57c676da49 100644 --- a/ruby.h +++ b/ruby.h @@ -417,7 +417,7 @@ void xfree _((void*)); #define MEMCMP(p1,p2,type,n) memcmp((p1), (p2), sizeof(type)*(n)) void rb_glob _((char*,void(*)(const char*,VALUE),VALUE)); -void rb_iglob _((char*,void(*)(const char*,VALUE),VALUE)); +void rb_globi _((char*,void(*)(const char*,VALUE),VALUE)); VALUE rb_define_class _((const char*,VALUE)); VALUE rb_define_module _((const char*)); -- cgit v1.2.3