changeset 6233:c6cc0b79a43d

Perl: prototyping behavior explicitly specified. When prototyping behavior is not explicitly specified, xsubpp emits a message to stderr asking to do so (see ticket #608).
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 18 Aug 2015 16:26:18 +0300
parents 5f2a0739da19
children 5cb7e2eed203
files src/http/modules/perl/nginx.xs
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/modules/perl/nginx.xs
+++ b/src/http/modules/perl/nginx.xs
@@ -98,6 +98,9 @@ ngx_http_perl_output(ngx_http_request_t 
 MODULE = nginx    PACKAGE = nginx
 
 
+PROTOTYPES: DISABLE
+
+
 void
 status(r, code)
     CODE: