| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-12-15 | gcc complains when an int is cast to a pointer of different size. To | rillig | 1 | -0/+25 | |
| avoid that warning, the ints are first cast to size_t, which is more likely to match the size of a pointer. Unfortunately, the intptr_t and uintptr_t types are marked optional in C99. | |||||
