mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Changes file for bug 1031 (reserved C identifiers)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
o Code cleanup:
|
||||
- Avoid use of reserved identifiers in our C code. The C standard
|
||||
doesn't like us declaring anything that starts with an
|
||||
underscore, so let's knock it off before we get in trouble. Fix
|
||||
for bug 1031; bugfix on the first Tor commit.
|
||||
Reference in New Issue
Block a user