mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Full-path of builtin scripts no longer needed
This commit is contained in:
parent
dfaac2b372
commit
e3c8524411
4 changed files with 5 additions and 7 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 char *fname, const struct rb_builtin_function *table);
|
||||
void rb_load_with_builtin_functions(const char *feature_name, 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