summaryrefslogtreecommitdiff
path: root/eval_load.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval_load.c')
-rw-r--r--eval_load.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/eval_load.c b/eval_load.c
index 53be5587aa..bbe992171e 100644
--- a/eval_load.c
+++ b/eval_load.c
@@ -211,7 +211,7 @@ load_wait(char *ftptr)
return Qfalse;
}
- // TODO: write wait routine
+ /* TODO: write wait routine */
return Qtrue;
}
@@ -376,7 +376,7 @@ rb_require_safe(VALUE fname, int safe)
ruby_current_node = 0;
ruby_sourcefile = rb_source_filename(RSTRING_PTR(path));
ruby_sourceline = 0;
- //SCOPE_SET(NOEX_PUBLIC);
+ /* SCOPE_SET(NOEX_PUBLIC); */
handle = (long)dln_load(RSTRING_PTR(path));
rb_ary_push(ruby_dln_librefs, LONG2NUM(handle));
break;