From bd5afe9eef3be19c3cf9612388d0ba0227144683 Mon Sep 17 00:00:00 2001 From: take_cheeze Date: Mon, 2 Sep 2013 00:17:26 +0900 Subject: rename debug function name --- src/debug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/debug.c') diff --git a/src/debug.c b/src/debug.c index 637d39bcc..b8982fc3e 100644 --- a/src/debug.c +++ b/src/debug.c @@ -40,7 +40,7 @@ select_line_type(uint32_t pc_count, uint16_t line_count) } char const* -mrb_get_filename(mrb_irep* irep, uint32_t pc) +mrb_debug_get_filename(mrb_irep* irep, uint32_t pc) { mrb_irep_debug_info_file* f = NULL; if (irep) { @@ -53,7 +53,7 @@ mrb_get_filename(mrb_irep* irep, uint32_t pc) } int32_t -mrb_get_line(mrb_irep* irep, uint32_t const pc) +mrb_debug_get_line(mrb_irep* irep, uint32_t const pc) { mrb_irep_debug_info_file* f = NULL; if (irep) { -- cgit v1.2.3