aboutsummaryrefslogtreecommitdiff
path: root/src/interp/interop.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/interop.boot')
-rw-r--r--src/interp/interop.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/interop.boot b/src/interp/interop.boot
index 27095576..49156669 100644
--- a/src/interp/interop.boot
+++ b/src/interp/interop.boot
@@ -108,7 +108,7 @@ SExprToDName(sexpr, cosigVal) ==
-- local garbage because Compiler strings are null terminated
StringToCompStr(str) ==
- CONCATENATE(QUOTE STRING, str, STRING (CODE_-CHAR 0))
+ strconc(str, STRING (CODE_-CHAR 0))
CompStrToString(str) ==
SUBSTRING(str, 0, (LENGTH str - 1))