From 158fff59908ba13818d21900c1f255ce0f9400d6 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 23 Mar 2013 16:27:23 -0700 Subject: [PATCH] source-files: Rename source-file. --- core/source-files/source-files.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/source-files/source-files.factor b/core/source-files/source-files.factor index 46c0dda024..5bc6dffbda 100644 --- a/core/source-files/source-files.factor +++ b/core/source-files/source-files.factor @@ -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 ; : ( path -- source-file ) - \ source-file new + \ source-file-tuple new swap >>path >>definitions ;