summaryrefslogtreecommitdiff
path: root/ext/racc/cparse/extconf.rb
blob: 18c5689ad8e32851f200ecaedaac8e2103f08daf (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: false
#

require 'mkmf'

have_func('rb_block_call')
have_func('rb_ary_subseq')

create_makefile 'racc/cparse'