mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* It used to be hardcoded since 0affbf9d2c7c5c618b8d3fe191e74d9ae8ad22fc
  but got removed in 23abf3d3fb82afcc26d35769f0dec59dd46de4bb
* This means that since that second commit, rb_iterate() was used unintentionally.
8816ced525
		
	
			
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			135 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			135 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
# frozen_string_literal: false
 | 
						|
#
 | 
						|
 | 
						|
require 'mkmf'
 | 
						|
 | 
						|
have_func('rb_block_call')
 | 
						|
have_func('rb_ary_subseq')
 | 
						|
 | 
						|
create_makefile 'racc/cparse'
 |