curl-library
Re: bagder: curl/lib http.c, 1.375, 1.376 http.h, 1.37, 1.38 transfer.c, 1.398, 1.399
From: Yang Tse <yangsita_at_gmail.com>
Date: Wed, 6 Aug 2008 01:28:06 +0200
Date: Wed, 6 Aug 2008 01:28:06 +0200
Daniel,
> RCS file: /cvsroot/curl/curl/lib/http.c,v
> [...]
> + infof(data, "now in %s\n", __func__);
__func__ is a C99 thingy which breaks on C89 compilers.
-- -=[Yang]=-Received on 2008-08-06