diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-09-14 10:06:00 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-09-14 10:06:00 -0400 |
commit | e4ce8cd9691708d9bc0bcc9904d656fe35001946 (patch) | |
tree | 5a9a5b6a4253a7f92e912ee731e1b97ed67cc79b /changes | |
parent | 56bd3dd87ff35863ca0fd21aab339d65ba839479 (diff) | |
download | tor-e4ce8cd9691708d9bc0bcc9904d656fe35001946.tar.gz tor-e4ce8cd9691708d9bc0bcc9904d656fe35001946.zip |
Fix compilation with older gccs
They don't like to have #preprocessor directives inside macro arguments.
Fixes #6842; fix on 0.2.4.2-alpha.
Found by grarpamp.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/old_gcc_macro_fix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/old_gcc_macro_fix b/changes/old_gcc_macro_fix new file mode 100644 index 0000000000..5fc0a47c6a --- /dev/null +++ b/changes/old_gcc_macro_fix @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Fix building with older versions of GCC that don't like preprocessor + directives inside macro arguments. Found by grarpamp. Fixes bug 6842; + bugfix on 0.2.4.2-alpha. + |