From 6114c7100db229df42bcf4ce3ac1a53c61a54435 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 16 Oct 2009 04:40:11 +0000 Subject: * gc.h (rb_gc_debug_body): constified. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25366 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- gc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gc.h') diff --git a/gc.h b/gc.h index 29fd6b407..82fbcb53e 100644 --- a/gc.h +++ b/gc.h @@ -26,7 +26,7 @@ rb_gc_debug_indent(void) } static void -rb_gc_debug_body(char *mode, char *msg, int st, void *ptr) +rb_gc_debug_body(const char *mode, const char *msg, int st, void *ptr) { if (st == 0) { ruby_gc_debug_indent--; -- cgit