From c95cbc0cc5f9c5d11438c3fd7258ef98dda9399e Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 7 Sep 2009 22:32:31 +0000 Subject: * vm.c (sdr, nsdr): nodoc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vm.c') diff --git a/vm.c b/vm.c index c794b08dcf..6874fe829f 100644 --- a/vm.c +++ b/vm.c @@ -1873,6 +1873,7 @@ extern VALUE *rb_gc_register_stack_start; /* debug functions */ +/* :nodoc: */ static VALUE sdr(void) { @@ -1880,6 +1881,7 @@ sdr(void) return Qnil; } +/* :nodoc: */ static VALUE nsdr(void) { -- cgit v1.2.3