]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/concurrency/messaging/messaging.factor
change ERROR: words from throw-foo back to foo.
[factor.git] / basis / concurrency / messaging / messaging.factor
index e685f243f689ad42ce9577cdad3426fe3e104e42..dc3e810871157f0418abb05c11b33edd4b38529a 100644 (file)
@@ -56,7 +56,7 @@ M: cannot-send-synchronous-to-self summary
 
 : send-synchronous ( message thread -- reply )
     dup self eq? [
-        throw-cannot-send-synchronous-to-self
+        cannot-send-synchronous-to-self
     ] [
         [ <synchronous> dup ] dip send
         '[ _ synchronous-reply? ] receive-if