aboutsummaryrefslogtreecommitdiff
path: root/src/interp/functor.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/functor.boot')
-rw-r--r--src/interp/functor.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/functor.boot b/src/interp/functor.boot
index f60e0cd5..818e197a 100644
--- a/src/interp/functor.boot
+++ b/src/interp/functor.boot
@@ -133,7 +133,7 @@ DomainPrint1(D,brief,$e) ==
PRETTYPRINT uu
DPname() ==
- name := INTERNL strconc('"Where",toString $WhereCounter)
+ name := makeSymbol strconc('"Where",toString $WhereCounter)
$WhereCounter := $WhereCounter+1
name
@@ -791,7 +791,7 @@ encodeFunctionName(db,fun,signature,sep,count) ==
encodedPair() ==
n=1 => encodeItem x
strconc(toString n,encodeItem x)
- encodedName:= INTERNL(symbolName dbAbbreviation db,'";",
+ encodedName:= makeSymbol strconc(symbolName dbAbbreviation db,'";",
encodeItem fun,'";",encodedSig,sep,toString count)
dbCapsuleDefinitions(db) :=
[[encodedName,signature'],:dbCapsuleDefinitions db]