diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-02 16:26:04 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-02 16:26:04 +0000 |
| commit | b3c4e5348f02320789eac8eff5ec4128b5c5262b (patch) | |
| tree | 976bf46e69ecae65480e30ccb403a60ae0ef9564 /eval_jump.h | |
| parent | 4e984154908aabd9ad4a83776aeead34a4472d6a (diff) | |
| download | ruby-b3c4e5348f02320789eac8eff5ec4128b5c5262b.tar.gz ruby-b3c4e5348f02320789eac8eff5ec4128b5c5262b.tar.xz ruby-b3c4e5348f02320789eac8eff5ec4128b5c5262b.zip | |
* call_cfunc.ci, compile.c, compile.h, debug.h, eval.c,
eval_error.h, eval_jump.h, eval_load.c, eval_thread.c, gc.c,
insnhelper.h, insns.def, iseq.c, main.c, numeric.c, parse.y,
range.c, regenc.h, ruby.h, signal.c, thread.c, thread_win32.ci,
vm.c, vm.h, vm_dump.c, vm_evalbody.ci, yarvcore.c, yarvcore.h:
fixed indents and non-C90 comments.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11620 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval_jump.h')
| -rw-r--r-- | eval_jump.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eval_jump.h b/eval_jump.h index 5fee30477..d4fab6870 100644 --- a/eval_jump.h +++ b/eval_jump.h @@ -266,7 +266,7 @@ static void call_end_proc _((VALUE data)); static void call_end_proc(VALUE data) { - // TODO: fix me + /* TODO: fix me */ proc_invoke(data, rb_ary_new2(0), Qundef, 0); } |
