diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-12 15:02:46 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-12 15:02:46 +0000 |
commit | f010902351aa332342761d2a0701ea32c0879510 (patch) | |
tree | f2457640ee1f86db7c6fd79eee51b7e64fa1b1bc /intern.h | |
parent | 30d60d271a023bfa5c373b715f82f66546b9d7f3 (diff) | |
download | ruby-f010902351aa332342761d2a0701ea32c0879510.tar.gz ruby-f010902351aa332342761d2a0701ea32c0879510.tar.xz ruby-f010902351aa332342761d2a0701ea32c0879510.zip |
* file.c (apply2files): stricter callback definition.
* file.c (rb_path_check): constified.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9131 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'intern.h')
-rw-r--r-- | intern.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -323,7 +323,7 @@ VALUE rb_hash_aref _((VALUE, VALUE)); VALUE rb_hash_aset _((VALUE, VALUE, VALUE)); VALUE rb_hash_delete_if _((VALUE)); VALUE rb_hash_delete _((VALUE,VALUE)); -int rb_path_check _((char*)); +int rb_path_check _((const char*)); int rb_env_path_tainted _((void)); /* io.c */ #define rb_defout rb_stdout |