aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-11 05:32:22 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-11 05:32:22 +0000
commit1e51c5f5afd8a3891e5202b9a7fe39304df2f1a9 (patch)
treee04086dd17fc974583fd22ada9cf41c6657fc8c8 /configure.in
parentf992650d3cdaac72b856ce430c417f1be143fe8b (diff)
downloadruby-1e51c5f5afd8a3891e5202b9a7fe39304df2f1a9.tar.gz
configure.in: use quadrigraphs
* configure.in (RUBY_DEFINT): use quadrigraphs instead of bare hash signs not to comment out closing parenthesis. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53806 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 02d279abf9..928a57d443 100644
--- a/configure.in
+++ b/configure.in
@@ -2034,7 +2034,7 @@ if test "${rb_cv_type_$1}" != no; then
[RUBY_CHECK_SIZEOF([$1], [$2], [], [AC_INCLUDES_DEFAULT([$4])])])
else
AC_DEFINE_UNQUOTED($1, [$rb_cv_type_$1])
- AC_DEFINE_UNQUOTED([SIZEOF_]AS_TR_CPP($1), [SIZEOF_]AS_TR_CPP([${rb_cv_type_$1##unsigned }]))
+ AC_DEFINE_UNQUOTED([SIZEOF_]AS_TR_CPP($1), [SIZEOF_]AS_TR_CPP([${rb_cv_type_$1@%:@@%:@unsigned }]))
fi
fi
])