From: Frank Li <lznuaa@xxxxxxxxx> > size_t > -regerror (errcode, preg, errbuf, errbuf_size) > - int errcode; > - const regex_t *preg; > - char *errbuf; > - size_t errbuf_size; > +regerror(int errcode, const regex_t *preg, > + char *errbuf, size_t errbuf_size) > { > > The true reason is MSVC type define errcode as int. Ok, will reword it.. Thanks. -- .marius @ phone -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html