* maint:
Rename static_assert macro to avoid clash with any preexisting static_assert
Conflicts:
manifest.c
static const uint8_t VERSION = 0;
static const uint32_t MAX_MANIFEST_ENTRIES = 100;
- #define static_assert(e) do { enum { static_assert__ = 1/(e) }; } while (false)
+ #define ccache_static_assert(e) \
- do { enum { ccache_static_assert__ = 1/(e) }; } while (0)
++ do { enum { ccache_static_assert__ = 1/(e) }; } while (false)
struct file_info {
/* Index to n_files. */