From 00f59098767766cc594c89837781c28a1ec67682 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 6 Nov 2014 11:19:31 -0500 Subject: Define macros meaning <,>,==,!=,<=,>= This lets us avoid putting operators directly in macro arguments, and thus will help us unconfuse coccinelle. For ticket 13172. --- changes/ticket13172 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/ticket13172 (limited to 'changes') 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 -- cgit v1.2.3-54-g00ecf