diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-09-03 11:30:58 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-09-03 11:30:58 +0000 |
| commit | 4c0e82cefce1f8966da281941002ad531a0d2ebb (patch) | |
| tree | 85813d01d46a205e92f4d20896bde8eb18a21a96 | |
| parent | f26dc3838d101b7f502867cb1df5490709985dda (diff) | |
| download | ruby-4c0e82cefce1f8966da281941002ad531a0d2ebb.tar.gz ruby-4c0e82cefce1f8966da281941002ad531a0d2ebb.tar.xz ruby-4c0e82cefce1f8966da281941002ad531a0d2ebb.zip | |
* intern.h (rb_find_file_ext): changed from rb_find_file_noext().
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | intern.h | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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:11:17 2001 Akinori MUSHA <knu@iDaemons.org> * error.c: unbreak the build on *BSD with gcc 3.0.1 by removing @@ -185,7 +185,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*)); |
