]> gitweb.factorcode.org Git - factor.git/blobdiff - core/source-files/source-files.factor
compiler.units: changing definitions-changed to use a set.
[factor.git] / core / source-files / source-files.factor
index 13e93f058253b1f7a5f679282c2cebdedb471eeb..aa040bdfcd165a624252fc6ec66278283a543175 100644 (file)
@@ -17,7 +17,7 @@ main ;
 
 : record-top-level-form ( quot file -- )
     top-level-form<<
-    [ ] [ H{ } notify-definition-observers ] if-bootstrapping ;
+    [ ] [ f notify-definition-observers ] if-bootstrapping ;
 
 : record-checksum ( lines source-file -- )
     [ crc32 checksum-lines ] dip checksum<< ;