aboutsummaryrefslogtreecommitdiffstats
path: root/vm.c
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2021-02-04 17:35:39 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2021-09-10 20:00:06 +0900
commit43cac51277ab2c0e713b549a5a64c05aedc8bcfc (patch)
tree820fda888cc863bd48cb0908be944473f8202ceb /vm.c
parent8b0dbca2f41228ed0c7adb2ae592aea722a440c4 (diff)
downloadruby-43cac51277ab2c0e713b549a5a64c05aedc8bcfc.tar.gz
include/ruby/internal/intern/vm.h: add doxygen
Must not be a bad idea to improve documents. [ci skip]
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/vm.c b/vm.c
index f349094190..3ee0dd08df 100644
--- a/vm.c
+++ b/vm.c
@@ -1568,7 +1568,6 @@ rb_lastline_set(VALUE val)
/* misc */
-/* in intern.h */
const char *
rb_sourcefile(void)
{
@@ -1583,7 +1582,6 @@ rb_sourcefile(void)
}
}
-/* in intern.h */
int
rb_sourceline(void)
{