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.
This commit is contained in:
Nick Mathewson
2012-09-14 10:06:00 -04:00
parent 56bd3dd87f
commit e4ce8cd969
3 changed files with 17 additions and 9 deletions
+5
View File
@@ -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.