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