diff liboctave/numeric/base-qr.h @ 21191:8e317ce26a24

unconditionally define warn_qrupdate_once * base-qr.h (warn_qrupdate_once): Declare unconditionally. * dbleQR.cc (warn_qrupdate_once): Define unconditionally.
author John W. Eaton <jwe@octave.org>
date Thu, 04 Feb 2016 03:04:07 -0500
parents a10f60e13243
children 1473547f50f5
line wrap: on
line diff
--- a/liboctave/numeric/base-qr.h	Thu Feb 04 02:24:51 2016 -0500
+++ b/liboctave/numeric/base-qr.h	Thu Feb 04 03:04:07 2016 -0500
@@ -75,8 +75,6 @@
   qr_type r;
 };
 
-#if ! defined (HAVE_QRUPDATE)
 extern void warn_qrupdate_once (void);
-#endif
 
 #endif