mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Got rid of a few more NeXT ifdefs. The last, I think.
This commit is contained in:
parent
e75bfde7e9
commit
4892f2406f
5 changed files with 1 additions and 113 deletions
|
@ -211,12 +211,6 @@ static void fpe_reset(Sigfunc *handler)
|
|||
#endif
|
||||
PyOS_setsig(SIGFPE, handler);
|
||||
|
||||
/*-- NeXT -----------------------------------------------------------------*/
|
||||
#elif defined(NeXT) && defined(m68k) && defined(__GNUC__)
|
||||
/* NeXT needs explicit csr set to generate SIGFPE */
|
||||
asm("fmovel #0x1400,fpcr"); /* set OVFL and ZD bits */
|
||||
PyOS_setsig(SIGFPE, handler);
|
||||
|
||||
/*-- Microsoft Windows, NT ------------------------------------------------*/
|
||||
#elif defined(_MSC_VER)
|
||||
/* Reference: Visual C++ Books Online 4.2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue