mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
95209be861
- 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.
4 lines
152 B
Plaintext
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.
|