source-files: Rename source-file.

db4
Doug Coleman 2013-03-23 16:27:23 -07:00
parent be87b3aca7
commit 158fff5990
1 changed files with 2 additions and 2 deletions

View 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 ;