Skip to content

Commit ffe030b

Browse files
committed
Fixed comment.
1 parent 6bf2be3 commit ffe030b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/ngx_python.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111
* practice. Python headers deliberately define the following macros:
1212
* _GNU_SOURCE, _POSIX_C_SOURCE, _XOPEN_SOURCE.
1313
* When compiling on Linux, they are defined by nginx or system headers
14-
* with Python possibly redefining them. Since nginx is built with
15-
* -Werror compilation option, macros redefinition causes compilation
16-
* errors on some Linux systems.
14+
* with Python possibly redefining them. Since nginx is built with -Werror
15+
* compilation option, macros redefinition causes compilation errors.
1716
*/
1817

1918
#include <ngx_config.h>

0 commit comments

Comments
 (0)