mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-07 14:26:52 +08:00
(AC_C_RESTRICT): Fix comment to match code.
This commit is contained in:
parent
aac4b9c476
commit
898de2cdb9
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user