From: Paul Eggert Date: Mon, 14 Apr 2003 03:47:30 +0000 (+0000) Subject: (AC_C_RESTRICT): Fix comment to match code. X-Git-Tag: AUTOCONF-2.57a~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=898de2cdb9135fdd59430a7757bb4b6f9becec91;p=thirdparty%2Fautoconf.git (AC_C_RESTRICT): Fix comment to match code. --- diff --git a/lib/autoconf/c.m4 b/lib/autoconf/c.m4 index 5fd9221ee..93183ff45 100644 --- a/lib/autoconf/c.m4 +++ b/lib/autoconf/c.m4 @@ -1094,7 +1094,7 @@ AN_IDENTIFIER([restrict], [AC_C_RESTRICT]) AC_DEFUN([AC_C_RESTRICT], [AC_CACHE_CHECK([for C/C++ restrict keyword], ac_cv_c_restrict, [ac_cv_c_restrict=no - # Try the official restrict keyword, then gcc's __restrict__, and + # Try the official restrict keyword, then gcc's __restrict, and # the less common variants. for ac_kw in restrict __restrict __restrict__ _Restrict; do AC_COMPILE_IFELSE([AC_LANG_SOURCE(