mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	Export rb_const_source_location_at for MJIT
This commit is contained in:
		
							parent
							
								
									02dfa0f163
								
							
						
					
					
						commit
						ea84a68075
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -2491,7 +2491,7 @@ rb_const_source_location(VALUE klass, ID id)
 | 
			
		|||
    return rb_const_location(klass, id, FALSE, TRUE, FALSE);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
VALUE
 | 
			
		||||
MJIT_FUNC_EXPORTED VALUE
 | 
			
		||||
rb_const_source_location_at(VALUE klass, ID id)
 | 
			
		||||
{
 | 
			
		||||
    return rb_const_location(klass, id, TRUE, FALSE, FALSE);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue