diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-06-16 18:35:34 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-06-16 18:35:34 +0000 |
commit | dfdb74961c835c0903fa1694b2e2970f1fae76de (patch) | |
tree | f2af01762338c52314bc6a01c823c8e7ad086393 /ChangeLog | |
parent | e82fcbeac17f0c6c71386bb2dc5e15ce930ed9ec (diff) | |
download | tor-dfdb74961c835c0903fa1694b2e2970f1fae76de.tar.gz tor-dfdb74961c835c0903fa1694b2e2970f1fae76de.zip |
Backport: More bug 707 fixes: no #if/#endif pairs inside macro arguments.
svn:r15308
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,8 @@ Changes in version 0.2.0.29 - 2008-06-13 o Minor bugfixes: - - Fix a macro/CPP interactions that was confusing some compilers. - + - Fix a macro/CPP interactions that was confusing some compilers: + some GCCs don't like #if/#endif pairs inside macro arguments. + Fix for bug 707. Changes in version 0.2.0.28-rc - 2008-06-13 |