aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-spec2.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-05-28 18:11:00 +0000
committerdos-reis <gdr@axiomatics.org>2010-05-28 18:11:00 +0000
commit107ed7e85c68091c926d82ea6fd90dfa4a55398e (patch)
tree57883fded77ae6fb3e036939ff46cf194d48e018 /src/interp/i-spec2.boot
parentcf0e1760609b1b4772cbb8bc4f511a46a116501d (diff)
downloadopen-axiom-107ed7e85c68091c926d82ea6fd90dfa4a55398e.tar.gz
Clean up MAKEPROP uses
Diffstat (limited to 'src/interp/i-spec2.boot')
-rw-r--r--src/interp/i-spec2.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/i-spec2.boot b/src/interp/i-spec2.boot
index 989ca1da..a77b92e1 100644
--- a/src/interp/i-spec2.boot
+++ b/src/interp/i-spec2.boot
@@ -1224,5 +1224,5 @@ up%Add t ==
for name in $specialOps repeat
functionName:=INTERNL('up,name)
- MAKEPROP(name,'up,functionName)
+ property(name,'up) := functionName