]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/vocabs/platforms/platforms.factor
core: Change lines -> read-lines, contents -> read-contents, string-lines -> lines
[factor.git] / basis / vocabs / platforms / platforms.factor
index 4cab77531041b411b848d607df9c4a1335170cc3..6b5dc5b498101c00200b7b28591bf5aefb690f69 100644 (file)
@@ -15,7 +15,7 @@ IN: vocabs.platforms
 
 : parse-platform-section ( string suffix -- )
     [
-        [ [ string-lines parse-lines ] curry with-nested-compilation-unit ]
+        [ [ lines parse-lines ] curry with-nested-compilation-unit ]
         curry
     ] dip with-vocabulary drop ; inline