Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2004-12-11 01:04:33 +0300
committerDJ Delorie <dj@redhat.com>2004-12-11 01:04:33 +0300
commitc546950745ac0b2fe69bfb6d70910f1900eeb5bd (patch)
tree10187bcbb32bd137aab4b2f0d76c1b48d29948ff /include/fibheap.h
parentaee05403d1fb411c067607233db1c20dd77b3079 (diff)
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 4eebaf13b..e1e843ddb 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