aboutsummaryrefslogtreecommitdiff
path: root/src/interp/newfort.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/newfort.boot')
-rw-r--r--src/interp/newfort.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/newfort.boot b/src/interp/newfort.boot
index 0f98b0c6..e85042a9 100644
--- a/src/interp/newfort.boot
+++ b/src/interp/newfort.boot
@@ -79,7 +79,7 @@ expression2Fortran1(name,e) ==
newFortranTempVar() ==
$exp2FortTempVarIndex := 1 + $exp2FortTempVarIndex
- newVar := INTERN strconc('"T",STRINGIMAGE $exp2FortTempVarIndex)
+ newVar := makeSymbol strconc('"T",STRINGIMAGE $exp2FortTempVarIndex)
updateSymbolTable(newVar,$defaultFortranType)
newVar
@@ -374,7 +374,7 @@ formatAsFortranExpression x ==
dispfortexp x ==
if atom(x) or x is [op,:.] and not object2Identifier op in
'(_= MATRIX construct ) then
- var := INTERN strconc('"R",object2String $IOindex)
+ var := makeSymbol strconc('"R",object2String $IOindex)
x := ['"=",var,x]
dispfortexp1 x