mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
Try to shorten an #error in address.c
This commit is contained in:
parent
1651f92c16
commit
fbc1eaa0af
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
|||
* work correctly. Bail out here if we've found a platform where AF_UNSPEC
|
||||
* isn't 0. */
|
||||
#if AF_UNSPEC != 0
|
||||
#error We rely on AF_UNSPEC being 0. Let us know about your platform, please!
|
||||
#error "We rely on AF_UNSPEC being 0. Yours isn't. Please tell us more!"
|
||||
#endif
|
||||
CTASSERT(AF_UNSPEC == 0);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue