Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1a2eefd

Browse files
committed
A #define didn't start in column 1. Closes SF bug 113888.
1 parent e2bf7e6 commit 1a2eefd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/pyport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ extern "C" {
171171
* This implementation may set the underflow flag if |X| is very small;
172172
* it really can't be implemented correctly (& easily) before C99.
173173
*/
174-
#define Py_IS_INFINITY(X) ((X) && (X)*0.5 == (X))
174+
#define Py_IS_INFINITY(X) ((X) && (X)*0.5 == (X))
175175

176176
/**************************************************************************
177177
Prototypes that are missing from the standard include files on some systems

0 commit comments

Comments
 (0)