summaryrefslogtreecommitdiff
path: root/include/fibheap.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2004-12-10 22:04:41 +0000
committerDJ Delorie <dj@delorie.com>2004-12-10 22:04:41 +0000
commit95f1edbc62e64f68916651f77d8cc292b5d3eeef (patch)
tree0e38e5bd2e7b6189476adbe1c3aa545d7f6b4012 /include/fibheap.h
parentc0c905997de61fbd92fdb8bb9fed39aeccfb2d92 (diff)
downloadgdb-95f1edbc62e64f68916651f77d8cc292b5d3eeef.tar.gz
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 4eebaf13ba6..e1e843ddbb1 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