diff options
Diffstat (limited to 'src/interp/newfort.boot')
-rw-r--r-- | src/interp/newfort.boot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/newfort.boot b/src/interp/newfort.boot index 53cba5de..b8ae40b6 100644 --- a/src/interp/newfort.boot +++ b/src/interp/newfort.boot @@ -79,7 +79,7 @@ expression2Fortran1(name,e) == newFortranTempVar() == $exp2FortTempVarIndex := 1 + $exp2FortTempVarIndex - newVar := makeSymbol strconc('"T",STRINGIMAGE $exp2FortTempVarIndex) + newVar := makeSymbol strconc('"T",toString $exp2FortTempVarIndex) updateSymbolTable(newVar,$defaultFortranType) newVar @@ -909,7 +909,7 @@ fortSize e == z isnt [.,:.] => z first z -tempLen () == 1 + # STRINGIMAGE $exp2FortTempVarIndex +tempLen () == 1 + # toString $exp2FortTempVarIndex segment l == not $fortranSegment => l |