diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-12-15 05:48:39 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-12-15 05:48:39 +0000 |
commit | 00e6c80221738880477638fb3cae02ca63e4f5f3 (patch) | |
tree | df1fbf2625ff347e4156534f028514a4502788df /ext/strscan/extconf.rb | |
parent | 9dccfb5513d6344b1fd113c403255b44c486fc3e (diff) |
* ext/strscan/strscan.c: use typed data with
onig_region_memsize().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34053 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/strscan/extconf.rb')
-rw-r--r-- | ext/strscan/extconf.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/strscan/extconf.rb b/ext/strscan/extconf.rb index 0d21966fc2..3e5a295e31 100644 --- a/ext/strscan/extconf.rb +++ b/ext/strscan/extconf.rb @@ -1,2 +1,3 @@ require 'mkmf' +$INCFLAGS << " -I$(top_srcdir)" create_makefile 'strscan' |