]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix AC_SIZEOF_TYPE description.
authorDavid MacKenzie <djm@djmnet.org>
Fri, 22 Apr 1994 11:56:04 +0000 (11:56 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Fri, 22 Apr 1994 11:56:04 +0000 (11:56 +0000)
autoconf.texi
doc/autoconf.texi

index 8e084ed8a1298b13c5716d0eebeb52463786b0a3..9e35e1e145d648c11502a08089f24fa4ee6e5b62 100644 (file)
@@ -1678,7 +1678,7 @@ underscores, and asterisks changed to @samp{P}.  For example, the call
 AC_SIZEOF_TYPE(int *)
 @end example
 @noindent
-defines @code{SIZEOF_INT_P} to be 64 on DEC Alpha AXP systems.
+defines @code{SIZEOF_INT_P} to be 8 on DEC Alpha AXP systems.
 @end defmac
 
 @defmac AC_TEST_PROGRAM (@var{program}, @var{action-if-true} @r{[}, @var{action-if-false} @r{[}, @var{action-if-cross-compiling}@r{]]})
index 8e084ed8a1298b13c5716d0eebeb52463786b0a3..9e35e1e145d648c11502a08089f24fa4ee6e5b62 100644 (file)
@@ -1678,7 +1678,7 @@ underscores, and asterisks changed to @samp{P}.  For example, the call
 AC_SIZEOF_TYPE(int *)
 @end example
 @noindent
-defines @code{SIZEOF_INT_P} to be 64 on DEC Alpha AXP systems.
+defines @code{SIZEOF_INT_P} to be 8 on DEC Alpha AXP systems.
 @end defmac
 
 @defmac AC_TEST_PROGRAM (@var{program}, @var{action-if-true} @r{[}, @var{action-if-false} @r{[}, @var{action-if-cross-compiling}@r{]]})