aboutsummaryrefslogtreecommitdiff
path: root/include/fibheap.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2004-12-10 22:04:41 +0000
committerDJ Delorie <dj@redhat.com>2004-12-10 22:04:41 +0000
commit40a59a4c4605b06ba043814f54b06f5dbf95c677 (patch)
tree2214d6053d76dfa14ca0d9181e5e5ba9c5fa0eb1 /include/fibheap.h
parentc51015756801ddc31073da83c88281fe5b9aef0e (diff)
downloadfsf-binutils-gdb-40a59a4c4605b06ba043814f54b06f5dbf95c677.zip
fsf-binutils-gdb-40a59a4c4605b06ba043814f54b06f5dbf95c677.tar.gz
fsf-binutils-gdb-40a59a4c4605b06ba043814f54b06f5dbf95c677.tar.bz2
merge from gcc
Diffstat (limited to 'include/fibheap.h')
-rw-r--r--include/fibheap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fibheap.h b/include/fibheap.h
index 4eebaf1..e1e843d 100644
--- a/include/fibheap.h
+++ b/include/fibheap.h
@@ -59,7 +59,7 @@ typedef struct fibnode
struct fibnode *right;
fibheapkey_t key;
void *data;
-#ifdef __GNUC__
+#if defined (__GNUC__) && (!defined (SIZEOF_INT) || SIZEOF_INT < 4)
__extension__ unsigned long int degree : 31;
__extension__ unsigned long int mark : 1;
#else