]> gitweb.factorcode.org Git - factor.git/blobdiff - core/source-files/source-files.factor
disambiguate namespaces:set and sets:set.
[factor.git] / core / source-files / source-files.factor
index cfb5a9e5e538740af1f920a2a9c5ecfe4130e84d..06a415f136651eec8ca7e46810c719f3d4e63cc0 100644 (file)
@@ -71,8 +71,8 @@ SYMBOL: current-source-file
     H{ } clone [
         [
             path>source-file
-            [ current-source-file set ]
-            [ definitions>> old-definitions set ] bi
+            [ current-source-file namespaces:set ]
+            [ definitions>> old-definitions namespaces:set ] bi
         ] dip
         [ wrap-source-file-error ] recover
     ] with-variables ; inline