From 66ef655c9d3bc4feca289d46f7a5b4b160cfe410 Mon Sep 17 00:00:00 2001 From: Bjoern Thiel Date: Mon, 22 Jan 2018 11:24:59 +0100 Subject: prevent the MSVC 15.1 compiler from crashing --- numpy/linalg/lapack_lite/f2c_s_lapack.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); /* -- cgit v1.2.1