> * MSVC 9 > > Compilation failure: Once this compilation failure is fixed, more compilation failures (due to syntax errors) occur in dfa.c:822 dfa.c:3426 kwsearch.c:43 kwsearch.c:110 main.c:2146
It's an ISO C99 vs. ANSI C issue (declaration after statement). Also, in pcresearch.c the definition of Pexecute does not have the same declspecs as the declaration in search.h:54. A similar fix as for obstack.c should work. Bruno -- In memoriam Jan Opletal <http://en.wikipedia.org/wiki/Jan_Opletal>
