summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-09-10 04:23:24 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-09-10 04:23:24 +0000
commit991e95bb36ad03d92c065f2c3c5d8d2a5b3af037 (patch)
tree03e0f3d86e5b84eb8c8c3966270833320480c589 /util.c
parentef92aa9a454e4b5a36c433384e0106a6c0355308 (diff)
util.c: removed extra #endif [Bug #15091]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64672 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'util.c')
-rw-r--r--util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util.c b/util.c
index 3f74c92026..7758a22243 100644
--- a/util.c
+++ b/util.c
@@ -242,7 +242,6 @@ ruby_qsort(void* base, const size_t nel, const size_t size, cmpfunc_t *cmp, void
qsort_s(base, nel, size, cmp, d);
}
# define HAVE_GNU_QSORT_R 1
-# endif
#elif !defined HAVE_GNU_QSORT_R
/* mm.c */