Skip to content

Commit

Permalink
Add missing check for rb_block_call()
Browse files Browse the repository at this point in the history
* It used to be hardcoded since 0affbf9
  but got removed in 23abf3d
* This means that since that second commit, rb_iterate() was used unintentionally.
  • Loading branch information
eregon committed Jul 8, 2021
1 parent 7a71a25 commit 8816ced
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/racc/cparse/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

require 'mkmf'

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

create_makefile 'racc/cparse'

0 comments on commit 8816ced

Please sign in to comment.