aboutsummaryrefslogtreecommitdiff
path: root/src/interp/g-util.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/g-util.boot')
-rw-r--r--src/interp/g-util.boot6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interp/g-util.boot b/src/interp/g-util.boot
index 9e0d7126..3859a8ca 100644
--- a/src/interp/g-util.boot
+++ b/src/interp/g-util.boot
@@ -81,10 +81,10 @@ $interpOnly := false
--% Utility Functions of General Use
mkCacheName(name) ==
- INTERN strconc(symbolName name,'";AL")
+ makeSymbol strconc(symbolName name,'";AL")
mkAuxiliaryName(name) ==
- INTERN strconc(symbolName name,'";AUX")
+ makeSymbol strconc(symbolName name,'";AUX")
homogeneousListToVector(t,l) ==
@@ -792,7 +792,7 @@ pr x ==
intern x ==
string? x =>
digit? x.0 => string2Integer x
- INTERN x
+ makeSymbol x
x
isDomain a ==