mirror of
https://github.com/python/cpython.git
synced 2025-08-28 04:35:02 +00:00
Excise DL_IMPORT/EXPORT from object.h, and related files. This patch
also adds 'extern' to PyAPI_DATA rather than at each declaration, as discussed with Tim and Guido.
This commit is contained in:
parent
f4ad4ce5a0
commit
a290527376
7 changed files with 97 additions and 97 deletions
|
@ -1050,7 +1050,7 @@ static struct {
|
|||
|
||||
|
||||
|
||||
DL_EXPORT(void)
|
||||
void
|
||||
_PyExc_Init(void)
|
||||
{
|
||||
char *modulename = "exceptions";
|
||||
|
@ -1146,7 +1146,7 @@ _PyExc_Init(void)
|
|||
}
|
||||
|
||||
|
||||
DL_EXPORT(void)
|
||||
void
|
||||
_PyExc_Fini(void)
|
||||
{
|
||||
int i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue