Bug 1137523 - Unprefix most js_* functions. r=bhackett CLOSED TREE

This commit is contained in:
Jan de Mooij
2015-02-27 16:08:15 +01:00
parent 32dfad0328
commit b3f1ff13a2
155 changed files with 1246 additions and 1335 deletions

View File

@@ -499,13 +499,13 @@ js_dtobasestr(DtoaState *state, int base, double dinput)
}
DtoaState *
js_NewDtoaState()
js::NewDtoaState()
{
return newdtoa();
}
void
js_DestroyDtoaState(DtoaState *state)
js::DestroyDtoaState(DtoaState *state)
{
destroydtoa(state);
}