diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-08-22 10:22:02 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-08-22 10:22:02 +0000 |
commit | c5f50296b412436e6d03d459b43eae16e6fdbbf5 (patch) | |
tree | a9c1ecc2655875943dc3fb08827a6ab7fe0924a4 /iseq.h | |
parent | 664bf8bfc533b6c54d5782ae042663baa7ab5d4d (diff) |
prototized
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'iseq.h')
-rw-r--r-- | iseq.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -178,7 +178,7 @@ VALUE rb_iseq_first_lineno(const rb_iseq_t *iseq); VALUE rb_iseq_method_name(const rb_iseq_t *iseq); void rb_iseq_code_location(const rb_iseq_t *iseq, int *first_lineno, int *first_column, int *last_lineno, int *last_column); -void rb_iseq_remove_coverage_all(); +void rb_iseq_remove_coverage_all(void); /* proc.c */ const rb_iseq_t *rb_method_iseq(VALUE body); |