diff options
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 00a9019..d3a8786 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -958,7 +958,7 @@ /* Define as the size of the unicode type. */ #undef Py_UNICODE_SIZE -/* Define as the return type of signal handlers (`int' or `void'). */ +/* assume C89 semantics that RETSIGTYPE is always void */ #undef RETSIGTYPE /* Define if setpgrp() must be called as setpgrp(0, 0). */ |