Minor space tweak to make things consistent.

MFC After: 3 days
This commit is contained in:
imp 2016-05-17 14:10:44 +00:00
parent d1f53cbfea
commit 6503c460e3

View File

@ -5198,12 +5198,11 @@ void ficlCompileCore(FICL_SYSTEM *pSys)
/*
** Set up system's outer interpreter loop - maybe this should be in initSystem?
*/
pSys->pInterp[0] = pSys->pInterpret;
pSys->pInterp[1] = pSys->pBranchParen;
pSys->pInterp[2] = (FICL_WORD *)(void *)(-2);
pSys->pInterp[0] = pSys->pInterpret;
pSys->pInterp[1] = pSys->pBranchParen;
pSys->pInterp[2] = (FICL_WORD *)(void *)(-2);
assert(dictCellsAvail(dp) > 0);
return;
}