Use proper literal names.

This commit is contained in:
Jordan K. Hubbard 1998-11-06 04:01:32 +00:00
parent 8a34f8ba88
commit 11adc0d65e
1 changed files with 2 additions and 2 deletions

View File

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