diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-19 14:02:48 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-19 14:02:48 +0000 |
| commit | 181d13dc282a7ed90d569811195134de248d480d (patch) | |
| tree | 5708a398a70c59aae98493dfcb5e3f6573fb83df /intern.h | |
| parent | 41d5646a32fb28fc23394146c0ff882770d595a4 (diff) | |
| download | ruby-181d13dc282a7ed90d569811195134de248d480d.tar.gz ruby-181d13dc282a7ed90d569811195134de248d480d.tar.xz ruby-181d13dc282a7ed90d569811195134de248d480d.zip | |
* eval.c (search_required): deal with features with path too.
* intern.h (rb_file_expand_path): prototype. fixed: [ruby-dev:26082]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'intern.h')
| -rw-r--r-- | intern.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -229,6 +229,7 @@ VALUE rb_exec_recursive _((VALUE(*)(ANYARGS),VALUE,VALUE)); /* file.c */ int eaccess _((const char*, int)); VALUE rb_file_s_expand_path _((int, VALUE *)); +VALUE rb_file_expand_path _((VALUE, VALUE)); void rb_file_const _((const char*, VALUE)); int rb_find_file_ext _((VALUE*, const char* const*)); VALUE rb_find_file _((VALUE)); |
