From 498761376a3ef4c04edf71752ca5e3e33dea1607 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Wed, 26 Nov 2008 04:25:18 -0600 Subject: [PATCH] Cleanup --- basis/checksums/common/common.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/checksums/common/common.factor b/basis/checksums/common/common.factor index 1f25efef24..7d5f34777d 100644 --- a/basis/checksums/common/common.factor +++ b/basis/checksums/common/common.factor @@ -18,4 +18,4 @@ SYMBOL: bytes-read ] "" make 64 group ; : update-old-new ( old new -- ) - [ get >r get r> ] 2keep >r >r w+ dup r> set r> set ; inline + [ [ get ] bi@ w+ dup ] 2keep [ set ] bi@ ; inline