summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Wieser <wieser.eric@gmail.com>2018-01-22 09:17:10 -0800
committerGitHub <noreply@github.com>2018-01-22 09:17:10 -0800
commit38d365de4fc78ebc09aab16664be25425e86d2b8 (patch)
treeec7901c59d4cd404933cdf58a599f47a1392a94b
parent55b9c86a1d8eb5e728988afa1a72a2440a76a211 (diff)
downloadnumpy-revert-10451-helping_MSVC_15.1.tar.gz
Revert "BUG: prevent the MSVC 14.1 compiler (Visual Studio 2017) from crashing"revert-10451-helping_MSVC_15.1
-rw-r--r--numpy/linalg/lapack_lite/f2c_s_lapack.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/numpy/linalg/lapack_lite/f2c_s_lapack.c b/numpy/linalg/lapack_lite/f2c_s_lapack.c
index 990064640..9bd8d2455 100644
--- a/numpy/linalg/lapack_lite/f2c_s_lapack.c
+++ b/numpy/linalg/lapack_lite/f2c_s_lapack.c
@@ -7259,8 +7259,7 @@ logical sisnan_(real *sin__)
/* Subroutine */ int slabad_(real *small, real *large)
{
/* Builtin functions */
- real r_lg10(real *);
- double sqrt(doublereal);
+ double r_lg10(real *), sqrt(doublereal);
/*