[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FYI: new macro: AC_C_RESTRICT
From: |
Paul Eggert |
Subject: |
Re: FYI: new macro: AC_C_RESTRICT |
Date: |
13 Apr 2003 20:48:22 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
Thanks for doing that. I installed the following further minor patch
to make a comment match the code.
--- c.m4.~1.176.~ 2003-04-13 20:44:22.000000000 -0700
+++ c.m4 2003-04-13 20:44:54.616044000 -0700
@@ -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(