]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/config.in
fibheap.h (struct fibnode): Only use unsigned long bitfields when __GNUC__ is defined...
[thirdparty/gcc.git] / libiberty / config.in
index 3cce9aa19794c2841bca0e4690a338a4814f517b..2b57d29f39e7f9644d4b9fe0ae45cb15e0c96f84 100644 (file)
 /* 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