From ef86852451fc003f0f1eff390968aa054dcfcda4 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 12 Sep 2005 15:02:46 +0000 Subject: * file.c (apply2files): stricter callback definition. * file.c (rb_path_check): constified. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9131 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- intern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern.h') diff --git a/intern.h b/intern.h index 70e243629d..10d693a002 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 -- cgit v1.2.3