Skip to content

Commit

Permalink
merge D2 pull #1113
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Sep 14, 2012
1 parent 3ba698e commit 74671e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/root/port.c
Expand Up @@ -610,7 +610,7 @@ double Port::pow(double x, double y)
longdouble Port::fmodl(longdouble x, longdouble y)
{
return ::fmodl(x, y);
}
}

unsigned long long Port::strtoull(const char *p, char **pend, int base)
{
Expand Down

0 comments on commit 74671e8

Please sign in to comment.