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).
This commit is contained in:
Maxim Dounin 2015-08-18 16:26:18 +03:00
parent a0aea61b50
commit 2e004237c5

View File

@ -98,6 +98,9 @@ ngx_http_perl_output(ngx_http_request_t *r, ngx_buf_t *b)
MODULE = nginx PACKAGE = nginx
PROTOTYPES: DISABLE
void
status(r, code)
CODE: