diff options
author | dcs <dcs@FreeBSD.org> | 2000-06-07 22:00:10 +0000 |
---|---|---|
committer | dcs <dcs@FreeBSD.org> | 2000-06-07 22:00:10 +0000 |
commit | e8eb747a92c43c89eff089f7a6162220c219729c (patch) | |
tree | 999ebd2ee4e8ae3d07890744f2f16f8618a4cae6 /sys/boot/ficl | |
parent | cf59a851138b8211a65442ed28cd9671649724b8 (diff) | |
download | FreeBSD-src-e8eb747a92c43c89eff089f7a6162220c219729c.zip FreeBSD-src-e8eb747a92c43c89eff089f7a6162220c219729c.tar.gz |
Remove a bug that caused local variables declarations in the format
{ | internal -- } to be rejected.
Diffstat (limited to 'sys/boot/ficl')
-rw-r--r-- | sys/boot/ficl/softwords/jhlocal.fr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/ficl/softwords/jhlocal.fr b/sys/boot/ficl/softwords/jhlocal.fr index 85d1fe3..4b96c02 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 \ ( ) |