Re: [tor-dev] [Patch] or/networkstatus.c

2011-08-01 Thread Gisle Vanem
"Nick Mathewson" wrote: On Sun, Jul 31, 2011 at 7:10 AM, Gisle Vanem wrote: Hi list. In or/networkstatus.c there is a "#if 0" block inside the macro "SMARTLIST_FOREACH_JOIN". Not all compilers handle such contructs. In the prosess of making solution/projects file for "MS Visual C++ 2010 Expr

Re: [tor-dev] [Patch] or/networkstatus.c

2011-08-01 Thread Nick Mathewson
On Sun, Jul 31, 2011 at 7:10 AM, Gisle Vanem wrote: > Hi list. > > In or/networkstatus.c there is a "#if 0" block inside the macro > "SMARTLIST_FOREACH_JOIN". Not all compilers handle such contructs. > In the prosess of making solution/projects file for "MS Visual C++ 2010 > Express", > I hit this