]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/formatting/formatting.factor
factor: Rename MACRO: and MACRO: to have quot as the output in stack effects.
[factor.git] / basis / formatting / formatting.factor
index e166708673766f4717df78ece8ec9af9d46cb676..708480aed4f9553cf34641eab76b294d29b0de6f 100644 (file)
@@ -102,7 +102,7 @@ text      = (formats|plain-text)* => [[ ]]
 
 PRIVATE>
 
-MACRO: printf ( format-string -- )
+MACRO: printf ( format-string -- quot )
     printf-quot '[
         @ output-stream get [ stream-write ] curry _ napply
     ] ;
@@ -197,7 +197,7 @@ text      = (formats|plain-text)* => [[ ]]
 
 PRIVATE>
 
-MACRO: strftime ( format-string -- )
+MACRO: strftime ( format-string -- quot )
     parse-strftime [
         dup string? [
             '[ _ swap push-all ]