Add support for Emscripten to the compiler.

This commit is contained in:
Asher Baker
2014-08-15 16:32:00 +00:00
parent 17683249fd
commit 46123d359f
6 changed files with 44 additions and 16 deletions

View File

@ -586,7 +586,7 @@ static int htoi(cell *val,const unsigned char *curptr)
return (int)(ptr-curptr);
}
#if defined __GNUC__
#if defined __APPLE__
static double pow10(double d)
{
return pow(10, d);