mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	Revert "don't embed full-path."
This reverts commit dfac2e9eb3.
It does not work if cwd is different from builddir...
			
			
This commit is contained in:
		
							parent
							
								
									dfac2e9eb3
								
							
						
					
					
						commit
						b5d8849220
					
				
					 4 changed files with 6 additions and 27 deletions
				
			
		|  | @ -12,7 +12,7 @@ struct rb_builtin_function { | |||
| 
 | ||||
| #define RB_BUILTIN_FUNCTION(_i, _name, _arity) { .name = #_name, .func_ptr = (void *)_name, .argc = _arity, .index = _i } | ||||
| 
 | ||||
| void rb_load_with_builtin_functions(const char *feature_name, const struct rb_builtin_function *table); | ||||
| void rb_load_with_builtin_functions(const char *feature_name, const char *fname, const struct rb_builtin_function *table); | ||||
| 
 | ||||
| #ifndef VM_CORE_H_EC_DEFINED | ||||
| typedef struct rb_execution_context_struct rb_execution_context_t; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Koichi Sasada
						Koichi Sasada