* 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
This commit is contained in:
nobu 2008-08-29 23:59:32 +00:00
parent 727625d9d4
commit 24aba08054
3 changed files with 15 additions and 10 deletions

4
file.c
View file

@ -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;