aboutsummaryrefslogtreecommitdiff
path: root/src/interp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-10-04 21:41:59 +0000
committerdos-reis <gdr@axiomatics.org>2008-10-04 21:41:59 +0000
commit27362ea43a4c1da88e23e3014c0fcb66ef7a2cfc (patch)
tree694dd39bfbf42232b8442f130fdeef5559bb3803 /src/interp
parent6003eafb8c0985ecd933d33dfa723d0119a88063 (diff)
downloadopen-axiom-27362ea43a4c1da88e23e3014c0fcb66ef7a2cfc.tar.gz
* algebra/data.spad.pamphlet (sample$Byte): New.
Diffstat (limited to 'src/interp')
-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 567c1e47..5ffaf9c3 100644
--- a/src/interp/c-util.boot
+++ b/src/interp/c-util.boot
@@ -875,7 +875,7 @@ replaceSimpleFunctions form ==
NBUTLAST form
-- 2.2. the substitution case.
fun' is ["XLAM",parms,body] =>
- -- conversatively approximate eager semantics
+ -- conservatively approximate eager semantics
and/[atom first as for as in tails args] =>
-- alpha rename before substitution.
newparms := [GENSYM() for p in parms]