Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-09-15 20:00:43 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-09-15 20:00:43 +0400
commit85cccfba8d0c33e7f3546e630f67c1a1940c8d1f (patch)
treec11cd5f18e7de981f9c2f907093379a2fda62a32 /src/core/ngx_array.h
parentdc3b2a78753bdc4c97a0007c872a4f8afd049df4 (diff)
nginx-0.0.10-2004-09-15-20:00:43 import
Diffstat (limited to 'src/core/ngx_array.h')
-rw-r--r--src/core/ngx_array.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/ngx_array.h b/src/core/ngx_array.h
index fadb203fb..a6a1c8aea 100644
--- a/src/core/ngx_array.h
+++ b/src/core/ngx_array.h
@@ -41,7 +41,8 @@ ngx_inline static ngx_int_t ngx_array_init(ngx_array_t *array, ngx_pool_t *pool,
ngx_test_null(a.elts, ngx_palloc(p, n * s), rc); \
a.nelts = 0; a.size = s; a.nalloc = n; a.pool = p;
-#define ngx_array_push ngx_push_array
+#define ngx_array_create ngx_create_array
+#define ngx_array_push ngx_push_array
#endif /* _NGX_ARRAY_H_INCLUDED_ */