dummy default argument to the non-limit implementation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44775
138bc75d-0d04-0410-961f-
82ee72b054a4
+2001-08-10 Loren J. Rittle <ljrittle@acm.org>
+
+ * testsuite/testsuite_hooks.h (__set_testsuite_memlimit): Add
+ dummy default argument to the non-limit implementation.
+
2001-08-10 Gunter Winkler gunter.winkler@mathematik.tu-chemnitz.de
* include/bits/std_complex.h (complex<long double>::operator*=,
// Don't do memory limits.
void
-__set_testsuite_memlimit(float)
+__set_testsuite_memlimit(float x = 0)
{ }
#else