From 1fe7650935eb11b44037ef69bf435cda9dffa5e3 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 31 Aug 2006 11:56:42 +0000 Subject: * ext/Win32API/Win32API.c (Win32API_initialize): use RSTRING_PTR and RSTRING_LEN. * ext/tk/stubs.c, ext/tk/tcltklib.c, ext/tk/tkutil/tkutil.c: ditto. * ext/win32ole/win32ole.c (ole_val2olevariantdata): ditto. * lib/mkmf.rb (create_makefile): follow nil.to_s. * win32/resource.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10812 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/mkmf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/mkmf.rb b/lib/mkmf.rb index c5d9b194e..b9f04c4f2 100644 --- a/lib/mkmf.rb +++ b/lib/mkmf.rb @@ -1335,7 +1335,7 @@ site-install-rb: install-rb end mfile.print "\n\n" if makedef - mfile.print "$(DEFFILE): #{origdef}\n" + mfile.print "$(DEFFILE): #{origdef || ''}\n" mfile.print "\t$(RUBY) #{makedef} #{origdef} > $@\n\n" end -- cgit