* include/ruby/backward/util.h: Good-by Borland-C.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52178 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
727ae6f813
commit
0bdf13a104
@ -1,3 +1,7 @@
|
|||||||
|
Sun Oct 18 13:03:52 2015 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||||
|
|
||||||
|
* include/ruby/backward/util.h: Good-by Borland-C.
|
||||||
|
|
||||||
Sun Oct 18 13:03:09 2015 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
Sun Oct 18 13:03:09 2015 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||||
|
|
||||||
* common.mk: add a comment how to use "make test-all"
|
* common.mk: add a comment how to use "make test-all"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#if defined __GNUC__
|
#if defined __GNUC__
|
||||||
#warning use "ruby/util.h" instead of bare "util.h"
|
#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\"")
|
#pragma message("warning: use \"ruby/util.h\" instead of bare \"util.h\"")
|
||||||
#endif
|
#endif
|
||||||
#include "ruby/util.h"
|
#include "ruby/util.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user