
15 Oct
2012
15 Oct
'12
3:21 p.m.
commit 30e2d41a650876793b75bef04a2e18cbf5bc3fd6 Author: Nick Mathewson <nickm@torproject.org> Date: Fri Oct 12 12:28:47 2012 -0400 Changes file for bug 1031 (reserved C identifiers) --- changes/bug1031 | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/changes/bug1031 b/changes/bug1031 new file mode 100644 index 0000000..e3ab49b --- /dev/null +++ b/changes/bug1031 @@ -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.