ruby-changes:40097
From: kosaki <ko1@a...>
Date: Sun, 18 Oct 2015 14:41:40 +0900 (JST)
Subject: [ruby-changes:40097] kosaki:r52178 (trunk): * include/ruby/backward/util.h: Good-by Borland-C.
kosaki 2015-10-18 14:41:34 +0900 (Sun, 18 Oct 2015) New Revision: 52178 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52178 Log: * include/ruby/backward/util.h: Good-by Borland-C. Modified files: trunk/ChangeLog trunk/include/ruby/backward/util.h Index: include/ruby/backward/util.h =================================================================== --- include/ruby/backward/util.h (revision 52177) +++ include/ruby/backward/util.h (revision 52178) @@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/include/ruby/backward/util.h#L1 #if defined __GNUC__ #warning use "ruby/util.h" instead of bare "util.h" -#elif defined _MSC_VER || defined __BORLANDC__ +#elif defined _MSC_VER #pragma message("warning: use \"ruby/util.h\" instead of bare \"util.h\"") #endif #include "ruby/util.h" Index: ChangeLog =================================================================== --- ChangeLog (revision 52177) +++ ChangeLog (revision 52178) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sun Oct 18 13:03:52 2015 KOSAKI Motohiro <kosaki.motohiro@g...> + + * include/ruby/backward/util.h: Good-by Borland-C. + Sun Oct 18 13:03:09 2015 KOSAKI Motohiro <kosaki.motohiro@g...> * common.mk: add a comment how to use "make test-all" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/