From bba4812b9be6da21817a9ee1932c61fe7af6dd61 Mon Sep 17 00:00:00 2001 From: Trent Buck Date: Fri, 20 Jan 2006 00:37:24 +0000 Subject: [PATCH] Fix typo in stack effect. --- contrib/concurrency/concurrency.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/concurrency/concurrency.factor b/contrib/concurrency/concurrency.factor index 4b81d553f9..010e6844da 100644 --- a/contrib/concurrency/concurrency.factor +++ b/contrib/concurrency/concurrency.factor @@ -356,7 +356,7 @@ SYMBOL: quit-cc r> drop 3drop ] if ; -: server-cc ( -- cc | process) +: server-cc ( -- cc | process ) #! Captures the current continuation and returns the value. #! If that CC is called with a process on the stack it will #! set 'self' for the current process to it. Otherwise it will