tor/changes/old_gcc_macro_fix
Nick Mathewson e4ce8cd969 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.
2012-09-14 10:06:00 -04:00

6 lines
208 B
Plaintext

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.