]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ficl: instead of pad, emit can use local variable
authorToomas Soome <tsoome@FreeBSD.org>
Tue, 1 Dec 2020 22:28:02 +0000 (22:28 +0000)
committerToomas Soome <tsoome@FreeBSD.org>
Tue, 1 Dec 2020 22:28:02 +0000 (22:28 +0000)
commitdba7640e44c5ec148a84b0d58c6c9a3c9e5147f3
treef001443310d88bd96d130096e22d65ba2bea1b08
parent71df6a153f042827f8bd261dbae9672d165c76df
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