From 947ebd0ac5ba2c2447f67bbe87e6e5899ab25209 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 17 Jun 2013 11:56:21 +0000 Subject: * loadpath.c (RUBY_REVISION): Defined to suppress revision.h inclusion actually. r41352 removes the dependency. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ loadpath.c | 3 +++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9370e37a09..f3739aae8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Jun 17 20:53:21 2013 Tanaka Akira + + * loadpath.c (RUBY_REVISION): Defined to suppress revision.h + inclusion actually. r41352 removes the dependency. + Mon Jun 17 18:15:57 2013 Benoit Daloze * ext/objspace/objspace.c: let rdoc know about objspace methods. diff --git a/loadpath.c b/loadpath.c index cfdad88903..9160031971 100644 --- a/loadpath.c +++ b/loadpath.c @@ -11,6 +11,9 @@ #include "verconf.h" #include "ruby/ruby.h" + +/* Define RUBY_REVISION to avoid revision.h inclusion via version.h. */ +#define RUBY_REVISION 0 #include "version.h" #ifndef RUBY_ARCH -- cgit v1.2.1