]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/nmake/nmake.factor
factor: Rename MACRO: and MACRO: to have quot as the output in stack effects.
[factor.git] / basis / nmake / nmake.factor
index b4dc3871d4ed2dab5391d8d9d69a2061fffbea90..8050d2d3fe773e5121722024f56413496f64a683 100644 (file)
@@ -28,7 +28,7 @@ SYMBOL: building-seq
 : 4% ( seq -- ) 4 n% ;
 : 4# ( num -- ) 4 n# ;
 
-MACRO: finish-nmake ( exemplars -- )
+MACRO: finish-nmake ( exemplars -- quot )
     length [ firstn ] curry ;
 
 :: nmake ( quot exemplars -- )