mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
* 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:
parent
727625d9d4
commit
24aba08054
3 changed files with 15 additions and 10 deletions
4
file.c
4
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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue