From: David MacKenzie Date: Fri, 22 Apr 1994 11:56:04 +0000 (+0000) Subject: Fix AC_SIZEOF_TYPE description. X-Git-Tag: fsf-origin~672 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa7b973a6d78decc040c14d784fd18f8dee774ff;p=thirdparty%2Fautoconf.git Fix AC_SIZEOF_TYPE description. --- diff --git a/autoconf.texi b/autoconf.texi index 8e084ed8a..9e35e1e14 100644 --- a/autoconf.texi +++ b/autoconf.texi @@ -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{]]}) diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 8e084ed8a..9e35e1e14 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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{]]})