]> gitweb.factorcode.org Git - factor.git/blobdiff - core/continuations/continuations.factor
debugger: Add support for command line debugger.
[factor.git] / core / continuations / continuations.factor
index 12bb976a0aeeb7a41ec12322bb1ea938540ce6b0..7cc989e27ab04d5a09b46fa652f0d7c0cd91a22d 100644 (file)
@@ -17,6 +17,8 @@ SYMBOL: error-continuation
 SYMBOL: error-thread
 SYMBOL: restarts
 
+SINGLETON: no-op-restart
+
 <PRIVATE
 
 : (get-catchstack) ( -- catchstack )