From 26947723b42e8a09a33cf1d70caa30dd203e9943 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 5 Mar 2005 03:52:21 +0000 Subject: * lib/mkmf.rb (create_makefile): allow putting spaces between target and colon in depend file. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval.c | 1 + 1 file changed, 1 insertion(+) (limited to 'eval.c') diff --git a/eval.c b/eval.c index 8cbdfc3cf..df2487feb 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 */ -- cgit