From: Paul Eggert Date: Fri, 7 Mar 2003 19:21:36 +0000 (+0000) Subject: (C Compiler): "defined" -> "define" typo fix reported by Nelson X-Git-Tag: AUTOCONF-2.57a~85 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=39ed680a0f4e036674822cd342c06878a4991529;p=thirdparty%2Fautoconf.git (C Compiler): "defined" -> "define" typo fix reported by Nelson H. F. Beebe. --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 7cfce5950..f27556648 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -5133,7 +5133,7 @@ program will compile, when it wouldn't before. In general, the @code{volatile} keyword is a feature of @acronym{ANSI} C, so you might expect that @code{volatile} is available only when @code{__STDC__} is defined. However, Ultrix 4.3's native compiler does -support volatile, but does not defined @code{__STDC__}. +support volatile, but does not define @code{__STDC__}. @end defmac @defmac AC_C_INLINE