Giuseppe Scrivano wrote: > this patch fixes a linker problem when the file is used with C++, > forcing a C linkage. I got this problem under mingw. > > Also, I could not use extern "C" around <fts_.h> because it breaks > verify.h: > > In file included from ../lib/i-ring.h:18, > from ../lib/fts_.h:66: > ../lib/verify.h:147: error: template with C linkage > +2010-08-22 Giuseppe Scrivano <[email protected]> > + > + fts: allow compilation with C++ > + * lib/fts_.h: Specify extern "C" linkage with C++.
Hi Giuseppe, Thanks for the patch. That looks fine, so I've pushed it.
