source-files: Rename source-file.

Doug Coleman 2013-03-23 16:27:23 -07:00
parent f69ee71327
commit ed6ad6f12a
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 ;