]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(C Compiler): "defined" -> "define" typo fix reported by Nelson
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 7 Mar 2003 19:21:36 +0000 (19:21 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 7 Mar 2003 19:21:36 +0000 (19:21 +0000)
H. F. Beebe.

doc/autoconf.texi

index 7cfce595007bc791196a4d1f47e5a4b7529ba22c..f2755664845e099a5f799cbae50b2291cfac81a4 100644 (file)
@@ -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