mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-28 15:42:30 +00:00
4e8720ab78
TCC is upset by the declaration looking like: const unsigned char ist_lc[256] __attribute__((weak)) = ((const unsigned char[256]){ ... }); It was written like this because it's expanded from the _IST_LC macro but it's never used as-is, it's only used from ist_lc, which should be the one containing the cast so that the macro only contains the list of bytes that can be used in both places. And this assigns more consistent roles to the lower and upper case macro/variable now, one is typed and the other one not. No backport is needed. |
||
---|---|---|
.. | ||
atomic-ops.h | ||
eb32sctree.h | ||
eb32tree.h | ||
eb64tree.h | ||
ebimtree.h | ||
ebistree.h | ||
ebmbtree.h | ||
ebpttree.h | ||
ebsttree.h | ||
ebtree-t.h | ||
ebtree.h | ||
ist.h | ||
lru.h | ||
mjson.h | ||
plock.h | ||
sha1.h | ||
slz-tables.h | ||
slz.h | ||
xxhash.h |