mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
(C Compiler): "defined" -> "define" typo fix reported by Nelson
H. F. Beebe.
This commit is contained in:
parent
516266bbcc
commit
39ed680a0f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user