Hello,
looking at the submitted by in r1131465 this is a part of all the code cleanup
I have been seeing in bugzilla of late. It seems however that inlining ap_rputs
is causing problems on MSVC. I am using VC9 and here is what I am seeing
everywhere the header is included.
C:\build3\httpd-HEAD_r1139549\include\http_protocol.h(337) : error C2054:
expected '(' to follow 'inline'
C:\build3\httpd-HEAD_r1139549\include\http_protocol.h(338) : error C2085:
'ap_rputs' : not in formal parameter list
C:\build3\httpd-HEAD_r1139549\include\http_protocol.h(338) : error C2143:
syntax error : missing ';' before '{'
Cheers,
Gregg