Give logx() internal linkage

This commit is contained in:
Markus Armbruster 2008-02-29 07:08:59 +01:00
parent 0219bf086a
commit 61d632fc96
2 changed files with 1 additions and 2 deletions

View file

@ -76,7 +76,7 @@ float levels[MAXNOC][4];
* into tech plants overnight...
*/
double
static double
logx(double d, double base)
{
if (base == 1.0)