Use proper literal names.
This commit is contained in:
parent
49cc339a79
commit
f867ac1646
@ -4040,7 +4040,7 @@ static void fload(FICL_VM *pVM)
|
|||||||
|
|
||||||
if (pVM->state == COMPILE)
|
if (pVM->state == COMPILE)
|
||||||
{
|
{
|
||||||
dictAppendCell(dp, LVALUEtoCELL(pStringLit));
|
dictAppendCell(dp, LVALUEtoCELL(fload));
|
||||||
dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"');
|
dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"');
|
||||||
dictAlign(dp);
|
dictAlign(dp);
|
||||||
return;
|
return;
|
||||||
@ -4109,7 +4109,7 @@ static void fexists(FICL_VM *pVM)
|
|||||||
|
|
||||||
if (pVM->state == COMPILE)
|
if (pVM->state == COMPILE)
|
||||||
{
|
{
|
||||||
dictAppendCell(dp, LVALUEtoCELL(pStringLit));
|
dictAppendCell(dp, LVALUEtoCELL(fexists));
|
||||||
dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"');
|
dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"');
|
||||||
dictAlign(dp);
|
dictAlign(dp);
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user