diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-03-12 15:19:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-03-12 15:19:28 -0400 |
commit | 95209be861738d15fdb8d3f8da9a6164ed5f3903 (patch) | |
tree | eac26786779230e659e8f898ebd208f7567ea7b3 /changes/ticket29756 | |
parent | cd52e139469bad103cd6ad02cbdf3c58bfd77b26 (diff) | |
download | tor-95209be861738d15fdb8d3f8da9a6164ed5f3903.tar.gz tor-95209be861738d15fdb8d3f8da9a6164ed5f3903.zip |
Make checkSpace.pl check guard macros:
- every .h file needs an #ifndef/#define pair.
- They must refer to the same macro.
- The guard macros that they refer to must be unique across all headers.
Diffstat (limited to 'changes/ticket29756')
-rw-r--r-- | changes/ticket29756 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket29756 b/changes/ticket29756 new file mode 100644 index 0000000000..79995b4995 --- /dev/null +++ b/changes/ticket29756 @@ -0,0 +1,3 @@ + o Minor features (developer tools): + - Add a script to check that each header has a well-formed and unique + guard marco. Closes ticket 29756. |