1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
akr 2013-06-17 11:56:21 +00:00
parent 809013566e
commit 947ebd0ac5
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Mon Jun 17 20:53:21 2013 Tanaka Akira <akr@fsij.org>
* loadpath.c (RUBY_REVISION): Defined to suppress revision.h
inclusion actually. r41352 removes the dependency.
Mon Jun 17 18:15:57 2013 Benoit Daloze <eregontp@gmail.com>
* ext/objspace/objspace.c: let rdoc know about objspace methods.

View file

@ -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