]> git.kaiwu.me - nginx.git/commit
Style: NGX_PTR_SIZE replaced with sizeof(void *).
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 3 Dec 2015 17:06:45 +0000 (20:06 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 3 Dec 2015 17:06:45 +0000 (20:06 +0300)
commit699459347832fc57ab8ba9aefa11d3b2ec5385b0
tree4c83a6987bf7a16722d7559c32f10de06003d845
parentaf4e89b9a18a6bfece623d31a8b4cc6160f847cd
Style: NGX_PTR_SIZE replaced with sizeof(void *).

The NGX_PTR_SIZE macro is only needed in preprocessor directives where
it's not possible to use sizeof().
src/core/ngx_string.c
src/http/ngx_http_core_module.c