mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
SF patch 404928: Support for next Cygwin gcc (2.95.2-8)
This commit is contained in:
parent
c6cecf55d1
commit
5687ffe0c5
3 changed files with 4 additions and 13 deletions
|
@ -1042,10 +1042,7 @@ static struct {
|
|||
|
||||
|
||||
|
||||
void
|
||||
#ifdef WIN32
|
||||
__declspec(dllexport)
|
||||
#endif /* WIN32 */
|
||||
DL_EXPORT(void)
|
||||
init_exceptions(void)
|
||||
{
|
||||
char *modulename = "exceptions";
|
||||
|
@ -1128,10 +1125,7 @@ init_exceptions(void)
|
|||
}
|
||||
|
||||
|
||||
void
|
||||
#ifdef WIN32
|
||||
__declspec(dllexport)
|
||||
#endif /* WIN32 */
|
||||
DL_EXPORT(void)
|
||||
fini_exceptions(void)
|
||||
{
|
||||
int i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue