mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Make export declaration place more consistent
This commit is contained in:
parent
2553608c3b
commit
45dfd4c09d
2 changed files with 1 additions and 2 deletions
|
@ -1034,6 +1034,7 @@ VALUE rb_iseq_coverage(const rb_iseq_t *iseq);
|
|||
RUBY_EXTERN VALUE rb_cISeq;
|
||||
RUBY_EXTERN VALUE rb_cRubyVM;
|
||||
RUBY_EXTERN VALUE rb_mRubyVMFrozenCore;
|
||||
RUBY_EXTERN VALUE rb_block_param_proxy;
|
||||
RUBY_SYMBOL_EXPORT_END
|
||||
|
||||
#define GetProcPtr(obj, ptr) \
|
||||
|
|
|
@ -14,8 +14,6 @@
|
|||
|
||||
RUBY_SYMBOL_EXPORT_BEGIN
|
||||
|
||||
RUBY_EXTERN VALUE rb_block_param_proxy;
|
||||
|
||||
RUBY_EXTERN VALUE ruby_vm_const_missing_count;
|
||||
RUBY_EXTERN rb_serial_t ruby_vm_global_method_state;
|
||||
RUBY_EXTERN rb_serial_t ruby_vm_global_constant_state;
|
||||
|
|
Loading…
Reference in a new issue