tor/changes/ticket40410
Alexander Færøy 2c00ad36cd Fix compilation on systems with older compilers.
This patch fixes a build error with GCC 7.x which doesn't seem to accept
const int's as constants in macro initialization.

See: tpo/core/tor#40410
2021-06-18 18:14:07 +00:00

5 lines
235 B
Plaintext

o Minor bugfixes (compilation):
- Fix a compilation error when trying to build Tor with a compiler that
does not support expanding statitically initialized const values in
macro's. Fixes bug 40410; bugfix on 0.4.6.5.