aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/ficl
diff options
context:
space:
mode:
authorDaniel C. Sobral <dcs@FreeBSD.org>2000-06-07 22:00:10 +0000
committerDaniel C. Sobral <dcs@FreeBSD.org>2000-06-07 22:00:10 +0000
commit7015e7c9a16322354b33b24afc0837124781a7ca (patch)
treee516ea34dd0cb6b402450805525750211a5cbddb /sys/boot/ficl
parent7632c1236383de68c778c58059bce6c4d9ee1816 (diff)
downloadsrc-7015e7c9a16322354b33b24afc0837124781a7ca.tar.gz
src-7015e7c9a16322354b33b24afc0837124781a7ca.zip
Remove a bug that caused local variables declarations in the format
{ | internal -- } to be rejected.
Notes
Notes: svn path=/head/; revision=61372
Diffstat (limited to 'sys/boot/ficl')
-rw-r--r--sys/boot/ficl/softwords/jhlocal.fr2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/ficl/softwords/jhlocal.fr b/sys/boot/ficl/softwords/jhlocal.fr
index 85d1fe3ffbe9..4b96c0287a88 100644
--- a/sys/boot/ficl/softwords/jhlocal.fr
+++ b/sys/boot/ficl/softwords/jhlocal.fr
@@ -52,7 +52,7 @@ set-current
repeat
\ now unstack the locals
- 0 do
+ 0 ?do
?2loc if (2local) else (local) endif
loop \ ( )