Third try's a charm.
This commit is contained in:
parent
0c926b84bc
commit
069d67b24b
@ -59,6 +59,14 @@ static short skiplevel; /* level at which we started skipping (including nested
|
|||||||
static unsigned char term_expr[] = "";
|
static unsigned char term_expr[] = "";
|
||||||
static int listline=-1; /* "current line" for the list file */
|
static int listline=-1; /* "current line" for the list file */
|
||||||
|
|
||||||
|
#if defined DARWIN
|
||||||
|
static double pow10(double d)
|
||||||
|
{
|
||||||
|
return pow(10, d);
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* pushstk & popstk
|
/* pushstk & popstk
|
||||||
*
|
*
|
||||||
* Uses a LIFO stack to store information. The stack is used by doinclude(),
|
* Uses a LIFO stack to store information. The stack is used by doinclude(),
|
||||||
|
Loading…
Reference in New Issue
Block a user