diff options
author | Eduardo Julian | 2017-11-29 21:10:08 -0400 |
---|---|---|
committer | Eduardo Julian | 2017-11-29 21:10:08 -0400 |
commit | 77c113a3455cdbc4bb485a94f67f392480cdcfbf (patch) | |
tree | 852b7fe59d0ce398c202ac6b121f9ab91f049eaa /luxc | |
parent | 0e7a8a38fcb7e265d2dd182b125d94a46dfbe341 (diff) |
- Forgot to commit separator change for this file...
Diffstat (limited to '')
-rw-r--r-- | luxc/src/lux/analyser/lux.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luxc/src/lux/analyser/lux.clj b/luxc/src/lux/analyser/lux.clj index d6e82481d..b9ea64839 100644 --- a/luxc/src/lux/analyser/lux.clj +++ b/luxc/src/lux/analyser/lux.clj @@ -536,7 +536,7 @@ module-name &/get-module-name ? (&&module/defined? module-name ?name) _ (&/assert! (not ?) - (str "[Analyser Error] Cannot re-define " (str module-name ";" ?name))) + (str "[Analyser Error] Cannot re-define " (str module-name &/+name-separator+ ?name))) =value (&/without-repl-closure (&/with-scope ?name (&&/analyse-1+ analyse ?value))) |