mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
- 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.
3 lines
152 B
Text
3 lines
152 B
Text
o Minor features (developer tools):
|
|
- Add a script to check that each header has a well-formed and unique
|
|
guard marco. Closes ticket 29756.
|