summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-09-03 11:30:58 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-09-03 11:30:58 +0000
commitdabb7728c66c36620ea10dc399dd16bff2240e23 (patch)
treeae310cb9adf30b599b8dea0f6abf7f875777f401
parent6242595aba8ee59dbc25770ed96b9fd4a6cae0b1 (diff)
* intern.h (rb_find_file_ext): changed from rb_find_file_noext().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--intern.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 79a5cee6a6..51f06841c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Sep 3 20:26:08 2001 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
+
+ * intern.h (rb_find_file_ext): changed from rb_find_file_noext().
+
Mon Sep 3 14:38:24 2001 WATANABE Hirofumi <eban@ruby-lang.org>
* eval.c (rb_f_require): should check static linked libraries
diff --git a/intern.h b/intern.h
index 11d8c06e52..f99dc98541 100644
--- a/intern.h
+++ b/intern.h
@@ -179,7 +179,7 @@ void rb_thread_atfork _((void));
int eaccess _((const char*, int));
VALUE rb_file_s_expand_path _((int, VALUE *));
void rb_file_const _((const char*, VALUE));
-int rb_find_file_noext _((VALUE*));
+int rb_find_file_ext _((VALUE*, char**));
VALUE rb_find_file _((VALUE));
/* gc.c */
void rb_gc_mark_locations _((VALUE*, VALUE*));