diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-11-06 11:19:31 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-11-06 11:21:13 -0500 |
commit | 00f59098767766cc594c89837781c28a1ec67682 (patch) | |
tree | 26999c82686b2dcace45963b5cb64e640fcfbcd4 /changes | |
parent | 68af1e7e9be8bef82b4574ac0934310af71a764b (diff) | |
download | tor-00f59098767766cc594c89837781c28a1ec67682.tar.gz tor-00f59098767766cc594c89837781c28a1ec67682.zip |
Define macros meaning <,>,==,!=,<=,>=
This lets us avoid putting operators directly in macro arguments,
and thus will help us unconfuse coccinelle.
For ticket 13172.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket13172 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket13172 b/changes/ticket13172 new file mode 100644 index 0000000000..a1d47fd9cf --- /dev/null +++ b/changes/ticket13172 @@ -0,0 +1,4 @@ + 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.
\ No newline at end of file |