mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 14:40:51 +01:00
clang 3.7 complains that using a preprocessor directive inside
a macro invocation in test_util_writepid in test_util.c is undefined.
Fix on 79e85313aa
on 0.2.7.1-alpha.
6 lines
313 B
Text
6 lines
313 B
Text
o Minor fixes (threads, comments):
|
|
- Remove undefined directive-in-macro in test_util_writepid
|
|
clang 3.7 complains that using a preprocessor directive inside
|
|
a macro invocation in test_util_writepid in test_util.c is undefined.
|
|
Patch by "teor".
|
|
Fix on 79e85313aa61 on 0.2.7.1-alpha.
|