aboutsummaryrefslogtreecommitdiff
path: root/src/interp/intfile.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-01-02 01:17:52 +0000
committerdos-reis <gdr@axiomatics.org>2011-01-02 01:17:52 +0000
commitb9a4e3cd1880e977a827a98b1cb69175e7ad1e74 (patch)
tree9b505483aa0d28ff9441b85231fc9f7d49553a2e /src/interp/intfile.boot
parentf6f972eda48c04d11d8790ee24b038d8762ba34b (diff)
downloadopen-axiom-b9a4e3cd1880e977a827a98b1cb69175e7ad1e74.tar.gz
Remove uses of SETF in Boot codes
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 bb09a699..5bd0fdcb 100644
--- a/src/interp/intfile.boot
+++ b/src/interp/intfile.boot
@@ -48,7 +48,7 @@ shoeIntern (s)==
f.0=char " " =>shoeIntern rest s
a:=INTERN subString(f,0,8)
[b,c]:= shoeStrings rest s
- SETF(GET (a,"MSGS"),b)
+ GET(a,"MSGS") := b
shoeIntern c
shoeStrings (stream)==