aboutsummaryrefslogtreecommitdiffstats
path: root/sparc.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-29 13:21:17 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-29 13:21:17 +0000
commitbba96641a68e2b7c4599f9c37fb1082466204a8f (patch)
tree1a2fa6a49314eec17a888841a6f7cb9caad2aab4 /sparc.c
parent26c619e6e814f342c6121096be759fa0db65b293 (diff)
downloadruby-bba96641a68e2b7c4599f9c37fb1082466204a8f.tar.gz
configure.ac
* configure.ac: renamed configure.in. [Feature #13946] * Makefile.in, common.mk, ext/rbconfig/sizeof/depend: use configure.ac. * README.ja.md, README.md: update document for configure.ac. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sparc.c')
-rw-r--r--sparc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sparc.c b/sparc.c
index dc3779035f..7f3a70fd0e 100644
--- a/sparc.c
+++ b/sparc.c
@@ -26,7 +26,7 @@ rb_sparc_flush_register_windows(void)
__volatile__
#endif
-/* This condition should be in sync with one in configure.in */
+/* This condition should be in sync with one in configure.ac */
#if defined(__sparcv9) || defined(__sparc_v9__) || defined(__arch64__)
# ifdef __GNUC__
("flushw" : : : "%o7")