diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2013-07-29 10:09:16 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2013-07-29 10:09:16 -0600 |
commit | 0f44fe46cfe9c15dffe4c4eff63c3a9de222d93d (patch) | |
tree | 6cfcdd9698934b06e265f98f369618ae7e0454d8 /numpy/core/src | |
parent | 7bd1f1303f80f0f79352a3c76b4b29f7c5bd73be (diff) | |
download | numpy-0f44fe46cfe9c15dffe4c4eff63c3a9de222d93d.tar.gz |
MAINT: Remove extraneous remark.
In numpy/core/src/npymath/npy_math_private.h the /* my machine */
comment is not informative.
Diffstat (limited to 'numpy/core/src')
-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; |