]> git.ipfire.org Git - thirdparty/tor.git/commit
Fix compilation with older gccs
authorNick Mathewson <nickm@torproject.org>
Fri, 14 Sep 2012 14:06:00 +0000 (10:06 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 14 Sep 2012 14:06:00 +0000 (10:06 -0400)
commite4ce8cd9691708d9bc0bcc9904d656fe35001946
tree5a9a5b6a4253a7f92e912ee731e1b97ed67cc79b
parent56bd3dd87ff35863ca0fd21aab339d65ba839479
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.
changes/old_gcc_macro_fix [new file with mode: 0644]
src/common/util.c
src/or/main.c