[llvm-commits] CVS: poolalloc/runtime/FL2Allocator/PoolAllocator.h
Chris Lattner
lattner at cs.uiuc.edu
Mon Nov 1 14:19:23 PST 2004
Changes in directory poolalloc/runtime/FL2Allocator:
PoolAllocator.h updated: 1.6 -> 1.7
---
Log message:
Oops, this needs to be consistent
---
Diffs of the changes: (+1 -1)
Index: poolalloc/runtime/FL2Allocator/PoolAllocator.h
diff -u poolalloc/runtime/FL2Allocator/PoolAllocator.h:1.6 poolalloc/runtime/FL2Allocator/PoolAllocator.h:1.7
--- poolalloc/runtime/FL2Allocator/PoolAllocator.h:1.6 Mon Nov 1 16:17:08 2004
+++ poolalloc/runtime/FL2Allocator/PoolAllocator.h Mon Nov 1 16:19:13 2004
@@ -47,7 +47,7 @@
// Marker: this is the ObjectSize marker which MUST BE THE LAST ELEMENT of
// this header!
- unsigned Marker;
+ unsigned long Marker;
};
More information about the llvm-commits
mailing list