blob: e3ab49b2bd1d583c9790aac74e9815b00a5c07a0 (
plain)
1
2
3
4
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.
|