From 000c21fc665a0fa096297d637e419516965f8373 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Tue, 30 Mar 2010 01:17:39 -0400 Subject: [PATCH] concurrency.distributed: fix for removal of 'thread' word --- basis/concurrency/distributed/distributed.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/concurrency/distributed/distributed.factor b/basis/concurrency/distributed/distributed.factor index 0015b10cef..229cea8548 100644 --- a/basis/concurrency/distributed/distributed.factor +++ b/basis/concurrency/distributed/distributed.factor @@ -20,7 +20,7 @@ PRIVATE> registered-remote-threads delete-at ; : get-remote-thread ( name -- thread ) - dup registered-remote-threads at [ ] [ thread ] ?if ; + dup registered-remote-threads at [ ] [ threads at ] ?if ; SYMBOL: local-node