We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
have_func
1 parent 1ac96f4 commit 18c0a59Copy full SHA for 18c0a59
ext/strscan/extconf.rb
@@ -2,7 +2,7 @@
2
require 'mkmf'
3
if RUBY_ENGINE == 'ruby'
4
$INCFLAGS << " -I$(top_srcdir)" if $extmk
5
- have_func("onig_region_memsize")
+ have_func("onig_region_memsize(NULL)")
6
have_func("rb_reg_onig_match", "ruby/re.h")
7
create_makefile 'strscan'
8
else
0 commit comments