]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/listener/listener.factor
Fix stack effect decl in listener.factor and mismatched dynamic stack effect for...
[factor.git] / basis / listener / listener.factor
index 168971aeee9771a086c581b3dacc231ebc88e9a9..96db935f07cae6ada9e70c5d83049aaccb68bd13 100644 (file)
@@ -48,7 +48,7 @@ SYMBOL: error-hook
 
 : call-error-hook ( error -- )
     error-continuation get error-hook get
-    call( error continuation -- ) ;
+    call( continuation error -- ) ;
 
 [ drop print-error-and-restarts ] error-hook set-global