1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-10-09 23:33:17 +03:00

size_t tidying

This commit is contained in:
Alasdair Kergon
2003-04-02 19:11:23 +00:00
parent 12428fceee
commit 34e0f798e3
4 changed files with 6 additions and 10 deletions

View File

@@ -13,11 +13,7 @@
#include <inttypes.h>
/* Define some portable printing types */
#if (SIZE_MAX == UINT64_MAX)
#define PRIsize_t PRIu64
#elif (SIZE_MAX == UINT32_MAX)
#define PRIsize_t PRIu32
#endif
#define PRIsize_t "Zu"
struct str_list {
struct list list;