mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
e0477de0e2
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.
7 lines
313 B
Plaintext
7 lines
313 B
Plaintext
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.
|