aboutsummaryrefslogtreecommitdiff
path: root/src/interp/intfile.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-12-29 03:20:55 +0000
committerdos-reis <gdr@axiomatics.org>2010-12-29 03:20:55 +0000
commit9c532285f28b723a3f70fc4eba19e3856ecbd3dd (patch)
tree8cab2c9b8ac48fd5b39bfc7a1fd192ede88c4117 /src/interp/intfile.boot
parentca4b1b74d8e743f50f0db37f1b33265f46547f01 (diff)
downloadopen-axiom-9c532285f28b723a3f70fc4eba19e3856ecbd3dd.tar.gz
SUBSTRING cleanup
Diffstat (limited to 'src/interp/intfile.boot')
-rw-r--r--src/interp/intfile.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/intfile.boot b/src/interp/intfile.boot
index b362c134..bb09a699 100644
--- a/src/interp/intfile.boot
+++ b/src/interp/intfile.boot
@@ -46,7 +46,7 @@ shoeIntern (s)==
f:=first s
# f < 8 => shoeIntern rest s
f.0=char " " =>shoeIntern rest s
- a:=INTERN SUBSTRING (f,0,8)
+ a:=INTERN subString(f,0,8)
[b,c]:= shoeStrings rest s
SETF(GET (a,"MSGS"),b)
shoeIntern c