summaryrefslogtreecommitdiff
path: root/libiberty/config.in
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2004-12-10 21:25:00 +0000
committerBen Elliston <bje@gcc.gnu.org>2004-12-11 08:25:00 +1100
commitd49d090735d64081c451de95145981f9cf47ba6f (patch)
tree2fdc9b1c9e88cdb423dd4e3adb701600864fb2bd /libiberty/config.in
parentda0e2953e4712ceff5b9e51119c9389ea13d66c2 (diff)
fibheap.h (struct fibnode): Only use unsigned long bitfields when __GNUC__ is defined and ints are less...
[include] * fibheap.h (struct fibnode): Only use unsigned long bitfields when __GNUC__ is defined and ints are less than 32-bits wide. [libiberty] * configure.ac: Invoke AC_CHECK_SIZEOF for sizeof (int). * configure: Regenerate. * config.in: Likewise. From-SVN: r92009
Diffstat (limited to 'libiberty/config.in')
-rw-r--r--libiberty/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in
index 3cce9aa1979..2b57d29f39e 100644
--- a/libiberty/config.in
+++ b/libiberty/config.in
@@ -341,6 +341,9 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION
+/* The size of a `int', as computed by sizeof. */
+#undef SIZEOF_INT
+
/* Define if you know the direction of stack growth for your system; otherwise
it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses