Don't add padding spaces when evaluating headerless words (Mark Cave-Ayland)

git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@502 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Blue Swirl
2009-06-06 14:57:25 +00:00
parent a6c558cbf2
commit 0d8df65985

View File

@@ -1073,7 +1073,14 @@ defer key
begin @
?dup while
dup lfa2name
type space
\ Don't print spaces for headerless words
dup if
type space
else
type
then
repeat
cr
;