diff options
-rw-r--r-- | numpy/core/src/npymath/npy_math_private.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/core/src/npymath/npy_math_private.h b/numpy/core/src/npymath/npy_math_private.h index c6f11f854..2bca6bf60 100644 --- a/numpy/core/src/npymath/npy_math_private.h +++ b/numpy/core/src/npymath/npy_math_private.h @@ -185,7 +185,6 @@ do { \ */ typedef npy_uint32 IEEEl2bitsrep_part; -/* my machine */ union IEEEl2bitsrep { npy_longdouble e; @@ -261,7 +260,6 @@ do { \ */ typedef npy_uint32 IEEEl2bitsrep_part; -/* my machine */ union IEEEl2bitsrep { npy_longdouble e; |