]> git.kaiwu.me - nginx.git/commit
Perl: fixed syntax usage for C preprocessor directives.
authorSergey Kandaurov <pluknet@nginx.com>
Mon, 29 Jul 2013 13:30:01 +0000 (17:30 +0400)
committerSergey Kandaurov <pluknet@nginx.com>
Mon, 29 Jul 2013 13:30:01 +0000 (17:30 +0400)
commitab1c05272a4078454d6a529bffe6f5918a0c0468
tree6545977240a9d7a006a0a7a40896dcfb78242e99
parente49d933ebccb5e86b749c94ddb378dafc28e435d
Perl: fixed syntax usage for C preprocessor directives.

As per perlxs, C preprocessor directives should be at the first
non-whitespace of a line to avoid interpreting them as comments.

#if and #endif are moved so that there are no blank lines before them
to retain them as part of the function body.
src/http/modules/perl/nginx.xs