mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Get rid of redefinition of rb_execution_context_t
Regardless of the order to include "vm_core.h" and "builtin.h".
This commit is contained in:
parent
eeb178dc1f
commit
b6833ff50d
2 changed files with 9 additions and 3 deletions
|
@ -22,8 +22,9 @@ struct rb_builtin_function {
|
|||
|
||||
void rb_load_with_builtin_functions(const char *feature_name, const struct rb_builtin_function *table);
|
||||
|
||||
#ifndef VM_CORE_H_EC_DEFINED
|
||||
#ifndef rb_execution_context_t
|
||||
typedef struct rb_execution_context_struct rb_execution_context_t;
|
||||
#define rb_execution_context_t rb_execution_context_t
|
||||
#endif
|
||||
|
||||
/* The following code is generated by the following Ruby script:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue