aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-16 05:59:58 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-16 05:59:58 +0000
commitd5cb69007b45e090f3c61b8d34346f0a668b1e4a (patch)
treec916c94eda70fad2f28b0bd2ed16ce1d6bd4bafe /template
parent434f0abd0290cc5f1f59ad8fd146e43a8ebd42bd (diff)
downloadruby-d5cb69007b45e090f3c61b8d34346f0a668b1e4a.tar.gz
* template/verconf.h.in: typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40780 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'template')
-rw-r--r--template/verconf.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/verconf.h.in b/template/verconf.h.in
index a97cf309d5..b75e23c72e 100644
--- a/template/verconf.h.in
+++ b/template/verconf.h.in
@@ -5,9 +5,9 @@
#define RUBY_BASE_NAME "${RUBY_BASE_NAME}"
#define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION
% if C["RUBY_LIB_VERSION_STYLE"]
-#define RUBY_LIB_VERSION_STYLE ${RUBY_LIB_VERSION_STYLE}
+#define RUBY_LIB_VERSION_STYLE "${RUBY_LIB_VERSION_STYLE}"
% else
-#define RUBY_LIB_VERSION ${RUBY_LIB_VERSION}
+#define RUBY_LIB_VERSION "${RUBY_LIB_VERSION}"
% end
#define RUBY_EXEC_PREFIX "${RUBY_EXEC_PREFIX}"
#define RUBY_LIB_PREFIX "${rubylibprefix}"