From: Igor Sysoev Date: Sat, 25 Nov 2006 23:24:24 +0000 (+0000) Subject: it seems the PERL_NO_GET_CONTEXT was needed to disable warnings only X-Git-Tag: release-0.4.14~8 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=b5602b113ab5902035a54d5e06e8511b6f5380a2;p=nginx.git it seems the PERL_NO_GET_CONTEXT was needed to disable warnings only --- diff --git a/src/http/modules/perl/nginx.xs b/src/http/modules/perl/nginx.xs index 90b4c57a9..8f1854b3b 100644 --- a/src/http/modules/perl/nginx.xs +++ b/src/http/modules/perl/nginx.xs @@ -4,8 +4,6 @@ */ -#define PERL_NO_GET_CONTEXT - #include #include #include