From ccf67667b8e07471a3463394574944f78c1adf7b Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 25 Jan 2010 08:36:14 +0000 Subject: * version.c (RUBY_LIB, RUBY_*_LIB): moved from configures. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/ruby.h | 2 +- include/ruby/st.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h index 5318772b35..5d87c0dbba 100644 --- a/include/ruby/ruby.h +++ b/include/ruby/ruby.h @@ -21,7 +21,7 @@ extern "C" { #endif #endif -#ifndef RUBY_LIB +#ifndef RUBY_LIB_PREFIX #include "ruby/config.h" #ifdef RUBY_EXTCONF_H #include RUBY_EXTCONF_H diff --git a/include/ruby/st.h b/include/ruby/st.h index d60ccd9a9a..27e47b816c 100644 --- a/include/ruby/st.h +++ b/include/ruby/st.h @@ -12,7 +12,7 @@ extern "C" { #endif #endif -#ifndef RUBY_LIB +#ifndef RUBY_LIB_PREFIX #include "ruby/config.h" #include "ruby/defines.h" #ifdef RUBY_EXTCONF_H -- cgit v1.2.3