tor/changes/ticket29756
Nick Mathewson 95209be861 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.
2019-03-12 15:19:28 -04:00

4 lines
152 B
Plaintext

o Minor features (developer tools):
- Add a script to check that each header has a well-formed and unique
guard marco. Closes ticket 29756.