XXX: add a prototype for __cmpdf2() so this compiles with -Werror.

This commit is contained in:
mrg 2011-07-11 08:23:16 +00:00
parent 4094bb1a9f
commit 4292af252e
1 changed files with 1 additions and 0 deletions

View File

@ -549,6 +549,7 @@ __negxf2 (long double x1)
return - (double) x1;
}
long __cmpdf2 (double, double);
long
__cmpxf2 (long double x1, long double x2)
{