From 2cb3480d2247a3b8b4f33c89d3153f16dcf39413 Mon Sep 17 00:00:00 2001 From: ocean Date: Wed, 23 Nov 2005 02:06:00 +0000 Subject: * intern.h, file.c: failed to compile on windows. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- intern.h | 1 + 1 file changed, 1 insertion(+) (limited to 'intern.h') diff --git a/intern.h b/intern.h index 818fcf891a..3a504d8edd 100644 --- a/intern.h +++ b/intern.h @@ -223,6 +223,7 @@ VALUE rb_funcall_rescue __((VALUE, ID, int, ...)); /* 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)); -- cgit v1.2.3