From: Nick Mathewson Date: Fri, 12 Oct 2012 16:28:47 +0000 (-0400) Subject: Changes file for bug 1031 (reserved C identifiers) X-Git-Tag: tor-0.2.4.4-alpha~20^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30e2d41a650876793b75bef04a2e18cbf5bc3fd6;p=thirdparty%2Ftor.git Changes file for bug 1031 (reserved C identifiers) --- diff --git a/changes/bug1031 b/changes/bug1031 new file mode 100644 index 0000000000..e3ab49b2bd --- /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.