]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/furnace/syndication/syndication.factor
factor: alien.c-types:short -> cramp
[factor.git] / basis / furnace / syndication / syndication.factor
index 9ef499b2d6e2eff51aa1f55dda91f95357827baf..4cfb0cacdb8a570cdd6f7affb1663c6622b60286 100644 (file)
@@ -29,7 +29,7 @@ M: object >entry
         } cleave ;
 
 : process-entries ( seq -- seq' )
-    20 short head-slice [
+    20 cramp head-slice [
         >entry clone
         [ adjust-url ] change-url
     ] map ;