Another build fix.

This commit is contained in:
Nicholas Hastings 2011-11-09 21:29:36 -05:00
parent 11bdd68d73
commit 0c926b84bc

View File

@ -59,14 +59,6 @@ static short skiplevel; /* level at which we started skipping (including nested
static unsigned char term_expr[] = "";
static int listline=-1; /* "current line" for the list file */
#if defined __GNUC__
static double pow10(double d)
{
return pow(10, d);
}
#endif
/* pushstk & popstk
*
* Uses a LIFO stack to store information. The stack is used by doinclude(),