aboutsummaryrefslogtreecommitdiff
path: root/src/interp/c-util.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-10-19 14:00:20 +0000
committerdos-reis <gdr@axiomatics.org>2011-10-19 14:00:20 +0000
commit5eaf97c06d63a82a03602ea8e99bd4fd8f8edbe2 (patch)
tree60b22a4ceeb5a603c2d59289f8341d85e7ef25e5 /src/interp/c-util.boot
parent8eb956703b1347fe2ced725dfba56d35c6aecd74 (diff)
downloadopen-axiom-5eaf97c06d63a82a03602ea8e99bd4fd8f8edbe2.tar.gz
misc cleanup
Diffstat (limited to 'src/interp/c-util.boot')
-rw-r--r--src/interp/c-util.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/c-util.boot b/src/interp/c-util.boot
index a6931e5c..bd1566da 100644
--- a/src/interp/c-util.boot
+++ b/src/interp/c-util.boot
@@ -1568,7 +1568,7 @@ massageBackendCode x ==
-- special variable.
u is 'SETQ and isLispSpecialVariable second x =>
noteSpecialVariable second x
- ident? u and GET(u,"ILAM") ~= nil =>
+ ident? u and property(u,"ILAM") ~= nil =>
x.first := eval u
massageBackendCode x
u in '(LET LET_*) =>