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 ;