]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ficl: instead of pad, emit can use local variable
authortsoome <tsoome@FreeBSD.org>
Tue, 1 Dec 2020 22:28:02 +0000 (22:28 +0000)
committertsoome <tsoome@FreeBSD.org>
Tue, 1 Dec 2020 22:28:02 +0000 (22:28 +0000)
commit7b6c4c6b902defa0b584e7848d2e791543be106c
treef001443310d88bd96d130096e22d65ba2bea1b08
parentc9a2ff3da222a9b07bd3730d2d0d93ca2d6d0908
ficl: instead of pad, emit can use local variable

Pad in forth is used as "scratchpad" and internal implementations
should not use it. Ficl does not really follow this rule and this can fire back.
emit has no need to use pad, we can use local variable instead.
stand/ficl/words.c