ruby-changes:49686
From: hsbt <ko1@a...>
Date: Sat, 13 Jan 2018 20:10:13 +0900 (JST)
Subject: [ruby-changes:49686] hsbt:r61803 (trunk): Fix a typo.
hsbt 2018-01-13 20:10:08 +0900 (Sat, 13 Jan 2018) New Revision: 61803 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61803 Log: Fix a typo. configure.ac: delcares -> declares. Modified files: trunk/configure.ac Index: configure.ac =================================================================== --- configure.ac (revision 61802) +++ configure.ac (revision 61803) @@ -864,7 +864,7 @@ AS_IF([test "$GCC" = yes], [ https://github.com/ruby/ruby/blob/trunk/configure.ac#L864 # comments. We bypass ANSI C mode for them. Otherwise # extension libs cannot include those headers. - # Since math.h in some mingw64 wrongly delcares frexp and modf + # Since math.h in some mingw64 wrongly declares frexp and modf # to be pure, the variables pointed by the second arguments are # considered uninitialized unexpectedly. AC_CACHE_CHECK([whether frexp and modf are broken], -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/