From 55f93cb63f350c7705733f86923561363a297e00 Mon Sep 17 00:00:00 2001 From: mame Date: Wed, 6 Dec 2017 07:19:17 +0000 Subject: vm_core.h (RUBY_EVENT_COVERAGE_BRANCH): renamed This change moves RUBY_EVENT_COVERAGE from include/ruby/ruby.h to vm_core.h and renames it to RUBY_EVENT_COVERAGE_BRANCH. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_core.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vm_core.h') diff --git a/vm_core.h b/vm_core.h index 2aa2ba04e2..f458da7203 100644 --- a/vm_core.h +++ b/vm_core.h @@ -1753,6 +1753,9 @@ RUBY_SYMBOL_EXPORT_BEGIN int rb_thread_check_trap_pending(void); +/* #define RUBY_EVENT_RESERVED_FOR_INTERNAL_USE 0x030000 */ /* from vm_core.h */ +#define RUBY_EVENT_COVERAGE_BRANCH 0x010000 + extern VALUE rb_get_coverages(void); extern void rb_set_coverages(VALUE, int, VALUE); extern void rb_reset_coverages(void); -- cgit v1.2.3