Avoid overloading on 32 bit architectures
authorJames Page james.page@ubuntu.com, Bernd Zeimetz <bzed@debian.org>
Tue, 21 Jan 2020 20:21:17 +0000 (20:21 +0000)
committerBernd Zeimetz <bzed@debian.org>
Tue, 21 Jan 2020 20:21:17 +0000 (20:21 +0000)
commit7c50a6d00bc705c70b0dcee793d6ea5390d362d4
tree4a26f4df6b1c5afb0f2df86c439af8c676069849
parent184d5cba26ef3a579198e00e12ded81481c56cb0
Avoid overloading on 32 bit architectures

Forwarded: no

unsigned and size_t are equivalent on 32 bit architectures,
so only define the size_t based overload of advance on 64
bit architectures.
https://wiki.debian.org/ArchitectureSpecificsMemo

Gbp-Pq: Name 32bit-avoid-overloading.patch
src/include/buffer.h