This commit is contained in:
trisk
2007-07-08 00:25:57 +00:00
parent b9e9608067
commit 26471cf430
+1 -1
View File
@@ -155,7 +155,7 @@ typedef struct _MemPoolEntry {
union {
double dummy; /* Force appropriate alignment */
unsigned char suffix[4]; /* Base pointer for allocations */
}
};
} MemPoolEntry;
typedef struct _MemPoolControl {