aboutsummaryrefslogtreecommitdiff
path: root/lux-bootstrapper
diff options
context:
space:
mode:
Diffstat (limited to 'lux-bootstrapper')
-rw-r--r--lux-bootstrapper/src/lux/analyser/proc/common.clj4
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-bootstrapper/src/lux/analyser/proc/common.clj b/lux-bootstrapper/src/lux/analyser/proc/common.clj
index 668785d48..8dea7bd3b 100644
--- a/lux-bootstrapper/src/lux/analyser/proc/common.clj
+++ b/lux-bootstrapper/src/lux/analyser/proc/common.clj
@@ -225,7 +225,7 @@
(let [extensions #{"is?#" "try#" "when_char#"
- "log#" "error#"
+ "log!#" "error#"
"text_=#" "text_<#" "text_composite#"
"text_clip#" "text_index#" "text_size#" "text_char#"
@@ -252,7 +252,7 @@
;; Will be replaced by custom extensions in the future.
"when_char#" (analyse-syntax-char-case! analyse exo-type ?values)
- "log#" (analyse-io-log analyse exo-type ?values)
+ "log!#" (analyse-io-log analyse exo-type ?values)
"error#" (analyse-io-error analyse exo-type ?values)
"text_=#" (analyse-text-eq analyse exo-type ?values)