diff options
Diffstat (limited to 'loadpath.c')
| -rw-r--r-- | loadpath.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/loadpath.c b/loadpath.c index cfdad88903..b8969e6998 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 @@ -86,4 +89,3 @@ const char ruby_initial_load_paths[] = RUBY_ARCH_LIB_FOR(RUBY_ARCH) "\0" #endif ""; - |
