]> 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)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 8 Oct 2021 05:24:28 +0000 (00:24 -0500)
commita7c75ee92b0edb8ab591f68fe2038de3b68fc031
tree67023e6b3024781e522a6076b673686ef5560e9d
parentb180a5b75cb95c6316f668b811bfffc071e2325f
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.

(cherry picked from commit dba7640e44c5ec148a84b0d58c6c9a3c9e5147f3)
stand/ficl/words.c