From 9183ea3f710fe04bbeabed941061cce503eb6968 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 18 Jul 2017 18:04:17 +0300 Subject: Fixed building by Clang. --- src/nxt_application.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nxt_application.h') diff --git a/src/nxt_application.h b/src/nxt_application.h index 460ef8ce..73370806 100644 --- a/src/nxt_application.h +++ b/src/nxt_application.h @@ -100,7 +100,7 @@ typedef struct { } nxt_app_request_t; -typedef struct nxt_app_parse_ctx_s nxt_app_parse_ctx_t; +//typedef struct nxt_app_parse_ctx_s nxt_app_parse_ctx_t; struct nxt_app_parse_ctx_s { nxt_app_request_t r; -- cgit