Argh, I had this right[er] before. More commits to follow.

This commit is contained in:
Jordan K. Hubbard 1998-11-06 19:17:03 +00:00
parent bd81f199b5
commit c6c128e122

View File

@ -4040,7 +4040,7 @@ static void fload(FICL_VM *pVM)
if (pVM->state == COMPILE)
{
dictAppendCell(dp, LVALUEtoCELL(fload));
dictAppendCell(dp, LVALUEtoCELL(pStringLit));
dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"');
dictAlign(dp);
return;
@ -4109,7 +4109,7 @@ static void fexists(FICL_VM *pVM)
if (pVM->state == COMPILE)
{
dictAppendCell(dp, LVALUEtoCELL(fexists));
dictAppendCell(dp, LVALUEtoCELL(pStringLit));
dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"');
dictAlign(dp);
return;