summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-29 23:59:32 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-29 23:59:32 +0000
commit24aba0805467feda3ea23b8ea39f7b07188727f1 (patch)
tree133233b660281baa15a100b51d736af82769f411 /file.c
parent727625d9d43dfc816b21a6093cbd5d303e9e8247 (diff)
* 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
Diffstat (limited to 'file.c')
-rw-r--r--file.c4
1 files changed, 1 insertions, 3 deletions
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;