From 24aba0805467feda3ea23b8ea39f7b07188727f1 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 29 Aug 2008 23:59:32 +0000 Subject: * include/ruby/intern.h (rb_file_s_absolute_path), (rb_file_absolute_path): prototyped. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18935 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- file.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'file.c') diff --git a/file.c b/file.c index 0cd90afb8b..527cd75059 100644 --- a/file.c +++ b/file.c @@ -2942,9 +2942,7 @@ rb_file_absolute_path(VALUE fname, VALUE dname) */ VALUE -rb_file_s_absolute_path(argc, argv) - int argc; - VALUE *argv; +rb_file_s_absolute_path(int argc, VALUE *argv) { VALUE fname, dname; -- cgit v1.2.3