]> gitweb.factorcode.org Git - factor.git/commitdiff
source-files: Rename source-file.
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 23 Mar 2013 23:27:23 +0000 (16:27 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 23 Mar 2013 23:27:23 +0000 (16:27 -0700)
core/source-files/source-files.factor

index 46c0dda024b6966041626d6673fbdf05ccfee680..5bc6dffbda7157540636459b078398e56d9d5030 100644 (file)
@@ -9,7 +9,7 @@ IN: source-files
 
 SYMBOL: source-files
 
-TUPLE: source-file
+TUPLE: source-file-tuple
 path
 top-level-form
 checksum
@@ -27,7 +27,7 @@ main ;
     new-definitions get >>definitions drop ;
 
 : <source-file> ( path -- source-file )
-    \ source-file new
+    \ source-file-tuple new
         swap >>path
         <definitions> >>definitions ;