mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Add DL_EXPORT() to all modules that could possibly be used
on BeOS or Windows.
This commit is contained in:
parent
50f385c197
commit
3886bb6997
47 changed files with 47 additions and 46 deletions
|
|
@ -339,7 +339,7 @@ SIGINT, SIGTERM, etc. -- signal numbers\n\
|
|||
A signal handler function is called with two arguments:\n\
|
||||
the first is the signal number, the second is the interrupted stack frame.";
|
||||
|
||||
void
|
||||
DL_EXPORT(void)
|
||||
initsignal()
|
||||
{
|
||||
PyObject *m, *d, *x;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue