summaryrefslogtreecommitdiffstats
path: root/sys/boot/ficl
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-11-06 04:01:32 +0000
committerjkh <jkh@FreeBSD.org>1998-11-06 04:01:32 +0000
commitf867ac1646f618924298c4ad417ffb8f7b315ad4 (patch)
tree18138f5daa706dba4f311b94766394537ecfb93c /sys/boot/ficl
parent49cc339a79aeb6835a4cf53150aec5d910e18109 (diff)
downloadFreeBSD-src-f867ac1646f618924298c4ad417ffb8f7b315ad4.zip
FreeBSD-src-f867ac1646f618924298c4ad417ffb8f7b315ad4.tar.gz
Use proper literal names.
Diffstat (limited to 'sys/boot/ficl')
-rw-r--r--sys/boot/ficl/words.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/ficl/words.c b/sys/boot/ficl/words.c
index 35e4348..0a63661 100644
--- a/sys/boot/ficl/words.c
+++ b/sys/boot/ficl/words.c
@@ -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;
OpenPOWER on IntegriCloud