added the _instsize field to moo_t.
changed moo_getxtn() to utilize this new field. remove moo_getxtnstd() as it's not needed any more for the added field
This commit is contained in:
@ -9524,7 +9524,7 @@ oops:
|
||||
|
||||
prev = moo->c->curinp->includer;
|
||||
MOO_ASSERT (moo, moo->c->curinp->name != MOO_NULL);
|
||||
MOO_MMGR_FREE (moo->mmgr, moo->c->curinp);
|
||||
moo_freemem (moo, moo->c->curinp);
|
||||
moo->c->curinp = prev;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user