Minor space tweak to make things consistent.
MFC After: 3 days
This commit is contained in:
parent
d1f53cbfea
commit
6503c460e3
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user