comparison 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
comparison
equal deleted inserted replaced
21190:342764537e5a 21191:8e317ce26a24
73 73
74 qr_type q; 74 qr_type q;
75 qr_type r; 75 qr_type r;
76 }; 76 };
77 77
78 #if ! defined (HAVE_QRUPDATE)
79 extern void warn_qrupdate_once (void); 78 extern void warn_qrupdate_once (void);
80 #endif
81 79
82 #endif 80 #endif