[前][次][番号順一覧][スレッド一覧]

ruby-changes:50387

From: nobu <ko1@a...>
Date: Wed, 21 Feb 2018 09:18:00 +0900 (JST)
Subject: [ruby-changes:50387] nobu:r62502 (trunk): Makefile.in: empty comment

nobu	2018-02-21 09:17:54 +0900 (Wed, 21 Feb 2018)

  New Revision: 62502

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=62502

  Log:
    Makefile.in: empty comment
    
    * Makefile.in (mjit_config.h): add an empty comment if no content,
      to tell the empty content explicitly.

  Modified files:
    trunk/Makefile.in
Index: Makefile.in
===================================================================
--- Makefile.in	(revision 62501)
+++ Makefile.in	(revision 62502)
@@ -546,7 +546,7 @@ mjit_config.h: https://github.com/ruby/ruby/blob/trunk/Makefile.in#L546
 	@{ \
 	quote() { \
 	    printf "#define $$1"; shift; \
-	    printf ''$${1+' "%s"'$$sep} "$$@"; \
+	    printf ''$${1+' "%s"'$$sep} $${1+"$$@"} $${1-" /**/"}; \
 	    echo; \
 	}; \
 	test "$(Q)" = @ || set -x; \

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]