aboutsummaryrefslogtreecommitdiffstats
path: root/ext/-test-/scan_args/extconf.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-08-19 23:39:03 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-08-19 23:39:03 +0000
commit3632bd45f59dbc6732fa6100dc40101434cea263 (patch)
treeaad498ab75630f1c68d274b307172e039aaacb99 /ext/-test-/scan_args/extconf.rb
parent9657a6c216ca864a90dabfb7a1fd7c0666034428 (diff)
downloadruby-3632bd45f59dbc6732fa6100dc40101434cea263.tar.gz
ruby.h: fix rb_scan_args_trail_idx
* include/ruby/ruby.h (rb_scan_args_trail_idx): fix the case both of optional and rest arguments are defined. [ruby-core:82427] [Bug #13830] * include/ruby/ruby.h (rb_scan_args_n_trail): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59624 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/-test-/scan_args/extconf.rb')
-rwxr-xr-xext/-test-/scan_args/extconf.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/-test-/scan_args/extconf.rb b/ext/-test-/scan_args/extconf.rb
new file mode 100755
index 0000000000..6cae9c2779
--- /dev/null
+++ b/ext/-test-/scan_args/extconf.rb
@@ -0,0 +1 @@
+create_makefile("-test-/scan_args")