Re: __func__ no compiling... in ./modules/dav/main/ms_wdv.c
jean-frederic clere <[email protected]>
| Newsgroups | gmane.comp.apache.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2/25/25 3:11 PM, Ruediger Pluem wrote:
>
>
> On 2/25/25 2:20 PM, jean-frederic clere wrote:
>> Hi,
>>
>> I have a _very_ old windows7 VM and I have noted __func__ gives errors at compile time.
>> jfclere@0:~/httpd$ find . -type f -exec grep -l __func__ {} \;
>> ./modules/dav/main/ms_wdv.c
>>
>> +++
>> jfclere@0:~/httpd$ grep __func__ ./modules/dav/main/ms_wdv.c
>> __func__, lock_token_hdr, lock_timeout_hdr);
>> __func__, lock_exists, owner ? owner : "-", token_match,
>> __func__, failmsg ? failmsg : "",
>> +++
>> I am tempted to fix those any objections?
>>
>
>
> How do you want to fix it? Replace it with __FUNCTION__ ?
Yes ;-)
>
> Regards
>
> Rüdiger
--
Cheers
Jean-Frederic