]> granicus.if.org Git - python/commitdiff
A #define didn't start in column 1. Closes SF bug 113888.
authorTim Peters <tim.peters@gmail.com>
Fri, 8 Sep 2000 15:45:34 +0000 (15:45 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 8 Sep 2000 15:45:34 +0000 (15:45 +0000)
Include/pyport.h

index b75b5ee731aa16efb99a9f8e073bf32fe331a24a..b43b868052848c175d9a1a177d4ca064e2bd37e0 100644 (file)
@@ -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