summaryrefslogtreecommitdiffstats
path: root/intern.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-12 15:02:46 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-12 15:02:46 +0000
commitf010902351aa332342761d2a0701ea32c0879510 (patch)
treef2457640ee1f86db7c6fd79eee51b7e64fa1b1bc /intern.h
parent30d60d271a023bfa5c373b715f82f66546b9d7f3 (diff)
downloadruby-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern.h b/intern.h
index 70e243629..10d693a00 100644
--- a/intern.h
+++ b/intern.h
@@ -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
OSZAR »