FICL_MAX_LOCALS
#if (!defined(FICL_MAX_LOCALS)) && FICL_WANT_LOCALS
if (vm->callback.system->localsCount >= FICL_MAX_LOCALS) {
FICL_MAX_LOCALS);
(unsigned)FICL_MAX_LOCALS * FICL_CELLS_PER_WORD);