diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-07-18 18:04:17 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-07-18 18:04:17 +0300 |
commit | 9183ea3f710fe04bbeabed941061cce503eb6968 (patch) | |
tree | 9d4d182be04aabec11b5cdd700a5ee13b63754ab /src/nxt_application.h | |
parent | 9d707800b0c7090424ae6426423041e8755623ce (diff) | |
download | unit-9183ea3f710fe04bbeabed941061cce503eb6968.tar.gz unit-9183ea3f710fe04bbeabed941061cce503eb6968.tar.bz2 |
Fixed building by Clang.
Diffstat (limited to '')
-rw-r--r-- | src/nxt_application.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |