mirror of
https://github.com/python/cpython.git
synced 2024-11-28 12:31:14 +08:00
A #define didn't start in column 1. Closes SF bug 113888.
This commit is contained in:
parent
e2bf7e63d6
commit
1a2eefdc4f
@ -171,7 +171,7 @@ extern "C" {
|
||||
* This implementation may set the underflow flag if |X| is very small;
|
||||
* it really can't be implemented correctly (& easily) before C99.
|
||||
*/
|
||||
#define Py_IS_INFINITY(X) ((X) && (X)*0.5 == (X))
|
||||
#define Py_IS_INFINITY(X) ((X) && (X)*0.5 == (X))
|
||||
|
||||
/**************************************************************************
|
||||
Prototypes that are missing from the standard include files on some systems
|
||||
|
Loading…
Reference in New Issue
Block a user