mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
8cb5070376
1) We already require C99. 2) This allows us to support MSVC again (thanks to Gisle Vanem for this part) 3) This change allows us to dump some rotten old compatibility code from log.c
5 lines
247 B
Plaintext
5 lines
247 B
Plaintext
o Minor features (portability):
|
|
- Use C99 variadic macros when the compiler is not GCC. This avoids
|
|
failing compilations on MSVC, and fixes a log-file-based race
|
|
condition in our old workarounds. Original patch from Gisle Vanem.
|