mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
00f5909876
This lets us avoid putting operators directly in macro arguments, and thus will help us unconfuse coccinelle. For ticket 13172.
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. |