diff options
author | DJ Delorie <dj@redhat.com> | 2004-12-10 22:04:41 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2004-12-10 22:04:41 +0000 |
commit | 40a59a4c4605b06ba043814f54b06f5dbf95c677 (patch) | |
tree | 2214d6053d76dfa14ca0d9181e5e5ba9c5fa0eb1 /include/fibheap.h | |
parent | c51015756801ddc31073da83c88281fe5b9aef0e (diff) | |
download | gdb-40a59a4c4605b06ba043814f54b06f5dbf95c677.zip gdb-40a59a4c4605b06ba043814f54b06f5dbf95c677.tar.gz gdb-40a59a4c4605b06ba043814f54b06f5dbf95c677.tar.bz2 |
merge from gcc
Diffstat (limited to 'include/fibheap.h')
-rw-r--r-- | include/fibheap.h | 2 |
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 |