1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
nobu 2001-09-03 11:30:58 +00:00
parent 6242595aba
commit dabb7728c6
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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*));