1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* vm_core.h (rb_{get,set,reset}_coverages): used in coverage.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28978 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2010-08-14 05:58:19 +00:00
parent 92cb7d0ad4
commit a33fdc4ec0
3 changed files with 8 additions and 5 deletions

View file

@ -9,10 +9,7 @@
************************************************/
#include "ruby.h"
extern VALUE rb_get_coverages(void);
extern void rb_set_coverages(VALUE);
extern void rb_reset_coverages(void);
#include "../../vm_core.h"
/*
* call-seq: