summaryrefslogtreecommitdiff
path: root/bfd/config.in
diff options
context:
space:
mode:
authorKelley Cook <kcook@gcc.gnu.org>2005-05-10 01:27:54 +0000
committerKelley Cook <kcook@gcc.gnu.org>2005-05-10 01:27:54 +0000
commit5f789ccbb30a24027318d5a67233e4be4aad9c29 (patch)
tree126948afec0f5619709baccb2314117dc5cfc824 /bfd/config.in
parent87151bd35dedc2922867850478b49c9da9bb2b06 (diff)
downloadbinutils-redhat-5f789ccbb30a24027318d5a67233e4be4aad9c29.tar.gz
2005-05-09 Kelley Cook <kcook@gcc.gnu.org>
* configure.in: Replace AC_COMPILE_CHECK_SIZEOF with AC_CHECK_SIZEOF. * acinclude.m4: Don't sinclude accross.m4. * config.in, configure, Makefile.in, doc/Makefile.in: Regenerate.
Diffstat (limited to 'bfd/config.in')
-rw-r--r--bfd/config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/config.in b/bfd/config.in
index cb5515cdae..b7981668c1 100644
--- a/bfd/config.in
+++ b/bfd/config.in
@@ -302,13 +302,13 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION
-/* The number of bytes in type long */
+/* The size of a `long', as computed by sizeof. */
#undef SIZEOF_LONG
-/* The number of bytes in type long long */
+/* The size of a `long long', as computed by sizeof. */
#undef SIZEOF_LONG_LONG
-/* The number of bytes in type off_t */
+/* The size of a `off_t', as computed by sizeof. */
#undef SIZEOF_OFF_T
/* If using the C implementation of alloca, define if you know the