mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Avoid triggering Alpha OSF/1 specific code on Alpha NT or Linux.
This commit is contained in:
parent
0a2818fe5b
commit
a7379d9a34
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ static void fpe_reset(Sigfunc *handler)
|
|||
signal(SIGFPE, handler);
|
||||
|
||||
/*-- DEC ALPHA OSF --------------------------------------------------------*/
|
||||
#elif defined(__alpha)
|
||||
#elif defined(__alpha) && defined(__osf__)
|
||||
/* References: exception_intro, ieee man pages */
|
||||
/* cc -c -I/usr/local/python/include fpectlmodule.c */
|
||||
/* ld -shared -o fpectlmodule.so fpectlmodule.o */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue