From: Paul Eggert Date: Wed, 19 Apr 2006 07:10:13 +0000 (+0000) Subject: * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF. X-Git-Tag: AUTOCONF-2.59d~120 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c324410a51deba350d018fcd04840cd01a413970;p=thirdparty%2Fautoconf.git * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF. --- diff --git a/ChangeLog b/ChangeLog index bedbf1caa..77df2c82a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-19 Paul Eggert + + * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF. + Suggested by Bruno Haible. + 2006-04-18 Paul Eggert * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since diff --git a/doc/autoconf.texi b/doc/autoconf.texi index b4dbbaef3..8163b6f0e 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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 -@code{HAVE_TYPEOF}. 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