Fix C++ guards in beast.

This commit is contained in:
Tom Ritchford
2015-01-29 12:48:39 -05:00
committed by Vinnie Falco
parent 3c32d0fbc3
commit bff5212386
128 changed files with 788 additions and 245 deletions

View File

@@ -18,8 +18,9 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
* IN THE SOFTWARE.
*/
#ifndef http_parser_h
#define http_parser_h
#ifndef BEAST_HTTP_HTTP_PARSER_HTTP_PARSER_H_INCLUDED
#define BEAST_HTTP_HTTP_PARSER_HTTP_PARSER_H_INCLUDED
#ifdef __cplusplus
extern "C" {
#endif
@@ -134,7 +135,7 @@ enum flags
/* Map for errno-related constants
*
*
* The provided argument should be a macro that takes 2 arguments.
*/
#define HTTP_ERRNO_MAP(XX) \