]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/furnace/redirection/redirection.factor
Updating code for make and fry changes
[factor.git] / basis / furnace / redirection / redirection.factor
index 942cafd21a62d554d059ec99d1e8b41dc6bbee7a..ff3ce951cb2a69d72ac7af1921d5340e1cf2604e 100644 (file)
@@ -42,4 +42,4 @@ C: <secure-only> secure-only
     } cond ; inline
 
 M: secure-only call-responder*
-    '[ , , call-next-method ] if-secure ;
+    '[ _ _ call-next-method ] if-secure ;