summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-07 22:32:31 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-07 22:32:31 +0000
commitc95cbc0cc5f9c5d11438c3fd7258ef98dda9399e (patch)
tree8fe7f12d73e08c2934c267eac843ee64eea3fc57 /vm.c
parenta5c2f8843f0fb022e1bc33cad8d6d475958d2f83 (diff)
* vm.c (sdr, nsdr): nodoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c2
1 files changed, 2 insertions, 0 deletions
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)
{