aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-03-05 03:52:21 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-03-05 03:52:21 +0000
commit47839448767f922a88956a7d4a30c77c36a53304 (patch)
tree07ff79bc2fa6912085c71f2597ac53f38810bf71 /eval.c
parent1117412bccea71a2a4b2a94db2d112cac2640a01 (diff)
downloadruby-47839448767f922a88956a7d4a30c77c36a53304.tar.gz
* lib/mkmf.rb (create_makefile): allow putting spaces between target
and colon in depend file. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/eval.c b/eval.c
index 8cbdfc3cf1..df2487febb 100644
--- a/eval.c
+++ b/eval.c
@@ -4633,6 +4633,7 @@ break_jump(retval)
static VALUE bmcall _((VALUE, VALUE));
static int method_arity _((VALUE));
+/*:nodoc:*/
static VALUE
rb_yield_0(val, self, klass, flags, avalue)
VALUE val, self, klass; /* OK */