__func__ no compiling... in ./modules/dav/main/ms_wdv.c
jean-frederic clere <[email protected]>
| Newsgroups | gmane.comp.apache.devel |
|---|---|
| Message-ID | <[email protected]> |
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?
--
Cheers
Jean-Frederic