Merge branch 'ticket13172'

This commit is contained in:
Nick Mathewson
2014-11-12 13:25:17 -05:00
2 changed files with 13 additions and 0 deletions
+4
View File
@@ -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.