Bruno Haible <[EMAIL PROTECTED]> writes:
> Another proposal is:
Thanks for the suggestion. I installed the following, which is your
proposal (minus a couple of redundant words).
2006-04-19 Paul Eggert <[EMAIL PROTECTED]>
* doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
Suggested by Bruno Haible.
--- doc/autoconf.texi 11 Apr 2006 16:06:40 -0000 1.993
+++ doc/autoconf.texi 19 Apr 2006 07:10:15 -0000 1.994
@@ -6293,10 +6293,10 @@ found in macros such as this:
@acindex{C_TYPEOF}
@cvindex HAVE_TYPEOF
@cvindex typeof
-If the C compiler supports GCC's @code{typeof} syntax, define
[EMAIL PROTECTED] If the support is available only via a different
-spelling of the keyword (e.g., @code{__typeof__}), define @code{typeof}
-to that spelling.
+If the C compiler supports GCC's @code{typeof} syntax either directly or
+through a different spelling of the keyword (e.g., @code{__typeof__}),
+define @code{HAVE_TYPEOF}. If the support is available only through a
+different spelling, define @code{typeof} to that spelling.
@end defmac
@defmac AC_C_PROTOTYPES