mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 14:23:30 +01:00
4 lines
207 B
Plaintext
4 lines
207 B
Plaintext
|
o Code simplification and refactoring:
|
||
|
- Avoid using operators directly as macro arguments: this lets us
|
||
|
apply coccinelle transformations to our codebase more
|
||
|
directly. Closes ticket 13172.
|