summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Thiel <bjoern.thiel@mpibpc.mpg.de>2018-01-22 11:24:59 +0100
committerBjoern Thiel <bjoern.thiel@mpibpc.mpg.de>2018-01-22 11:24:59 +0100
commit66ef655c9d3bc4feca289d46f7a5b4b160cfe410 (patch)
tree491c18512c4a17058e18e3ef326f5bceef634eb5
parentb78bbef27101c17601eb73104a79665bf1a46558 (diff)
downloadnumpy-66ef655c9d3bc4feca289d46f7a5b4b160cfe410.tar.gz
prevent the MSVC 15.1 compiler from crashing
-rw-r--r--numpy/linalg/lapack_lite/f2c_s_lapack.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/linalg/lapack_lite/f2c_s_lapack.c b/numpy/linalg/lapack_lite/f2c_s_lapack.c
index 9bd8d2455..990064640 100644
--- a/numpy/linalg/lapack_lite/f2c_s_lapack.c
+++ b/numpy/linalg/lapack_lite/f2c_s_lapack.c
@@ -7259,7 +7259,8 @@ logical sisnan_(real *sin__)
/* Subroutine */ int slabad_(real *small, real *large)
{
/* Builtin functions */
- double r_lg10(real *), sqrt(doublereal);
+ real r_lg10(real *);
+ double sqrt(doublereal);
/*