Follow-up Comment #13, patch #7017 (project grep):

Looks nice, but typeof is a GCC extension.  Can you check if it works to do
something like

   #define pcre_exec (*pcre_exec)
   #define pcre_compile (*pcre_compile)

before including pcre.h?

When support is added for gz/bz2, it would makes sense to try autogenerating
the wrapper files at configure time, like

   AC_CHECK_LIB_DYNAMIC([libpcre], [pcre_exec pcre_compile])

etc. This is for later of course

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?7017>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



Reply via email to