From c0e5ea941820076461beabe6c8342b8a47484319 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 18 May 1998 05:57:46 +0000 Subject: 1.1b9_21 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@216 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 8a31d959b8..ad282557d4 100644 --- a/intern.h +++ b/intern.h @@ -135,7 +135,7 @@ void thread_trap_eval _((VALUE, int)); /* file.c */ VALUE file_open _((char*, char*)); int eaccess _((char*, int)); -VALUE file_s_expand_path _((VALUE, VALUE)); +VALUE file_s_expand_path _((int, VALUE *)); /* gc.c */ void rb_global_variable _((VALUE*)); void gc_mark_locations _((VALUE*, VALUE*)); -- cgit v1.2.3