aboutsummaryrefslogtreecommitdiff
path: root/src/interp/g-opt.boot.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-10-15 06:25:45 +0000
committerdos-reis <gdr@axiomatics.org>2007-10-15 06:25:45 +0000
commit438fc2b3dca328c5e9a10e75ccb6ec25d8cf782e (patch)
tree12838da1f18dd216c6a6048c11dd8796ac17c03a /src/interp/g-opt.boot.pamphlet
parented60f495f0dfe5e3d66362bba84bcbae1cd1d0b1 (diff)
downloadopen-axiom-438fc2b3dca328c5e9a10e75ccb6ec25d8cf782e.tar.gz
* Makefile.pamphlet (<<server.clisp>>): Remove.
(server.$(FASLEXT)): New rule. * as.boot.pamphlet (asytran): Use VMREAD. * c-util.boot.pamphlet (intersectionContour): Use assoc. * g-error.boot.pamphlet (argumentDataError): Use read_-line. * g-opt.boot.pamphlet: Use assoc. * ht-util.boot.pamphlet: Likewise. * htsertvar.boot.pamphlet: Likewise. * server.boot.pamphlet: User read_-line.
Diffstat (limited to 'src/interp/g-opt.boot.pamphlet')
-rw-r--r--src/interp/g-opt.boot.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/g-opt.boot.pamphlet b/src/interp/g-opt.boot.pamphlet
index cb16c275..f45a5378 100644
--- a/src/interp/g-opt.boot.pamphlet
+++ b/src/interp/g-opt.boot.pamphlet
@@ -273,7 +273,7 @@ EqualBarGensym(x,y) ==
fn(x,y) ==
x=y => true
GENSYMP x and GENSYMP y =>
- z:= ASSOC(x,$GensymAssoc) => (y=rest z => true; false)
+ z:= assoc(x,$GensymAssoc) => (y=rest z => true; false)
$GensymAssoc:= [[x,:y],:$GensymAssoc]
true
null x => y is [g] and GENSYMP g