aboutsummaryrefslogtreecommitdiff
path: root/src/interp/postpar.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/postpar.boot
parentcf0e1760609b1b4772cbb8bc4f511a46a116501d (diff)
downloadopen-axiom-107ed7e85c68091c926d82ea6fd90dfa4a55398e.tar.gz
Clean up MAKEPROP uses
Diffstat (limited to 'src/interp/postpar.boot')
-rw-r--r--src/interp/postpar.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/postpar.boot b/src/interp/postpar.boot
index 5b7939c1..c12ef1a7 100644
--- a/src/interp/postpar.boot
+++ b/src/interp/postpar.boot
@@ -631,5 +631,5 @@ for x in [["with", :"postWith"],_
["%Match",:"postMatch"],_
["^=", :"postBootNotEqual"],_
["%Comma", :"post%Comma"]] repeat
- MAKEPROP(first x, "postTran", rest x)
+ property(first x, 'postTran) := rest x