diff options
author | dos-reis <gdr@axiomatics.org> | 2007-09-11 21:07:16 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-09-11 21:07:16 +0000 |
commit | 491eda903e80958a28a53d36688a65911a0d2978 (patch) | |
tree | 1873d9ba76f9691edc973c8dbf7e9ad878318b30 /src/interp/postpar.boot.pamphlet | |
parent | b9eed452db6231458c941041b7090c0e62426eae (diff) | |
download | open-axiom-491eda903e80958a28a53d36688a65911a0d2978.tar.gz |
* template.boot: New.
* template.boot.pamphlet: Move content to template.boot. Remove.
* termrw.boot: New.
* termrw.boot.pamphlet: Move content to template.boot. Remove.
* topics.boot: New.
* topics.boot.pamphlet: Move content to topics.boot. Remove.
* trace.boot: New.
* trace.boot.pamphlet: Move content to trace.boot. Remove.
* varini.boot: New.
* varini.boot.pamphlet: Move content to varini.boot. Remove.
* xrun.boot: New.
* xrun.boot.pamphlet: Move content to xrun.boot. Remove
* xruncomp.boot: New.
* xruncomp.boot.pamphlet: Move content to xruncomp.boot. Remove.
* Makefile.pamphlet (<<xruncomp.clisp>>): Remove.
(<<trace.lisp>>): Likewise.
(<<topics.clisp>>): Likewise.
(<<template.clisp>>): Likewise.
(<<termrw.clisp>>): Likewise.
Diffstat (limited to 'src/interp/postpar.boot.pamphlet')
-rw-r--r-- | src/interp/postpar.boot.pamphlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/postpar.boot.pamphlet b/src/interp/postpar.boot.pamphlet index f5f13b56..4e4d01e7 100644 --- a/src/interp/postpar.boot.pamphlet +++ b/src/interp/postpar.boot.pamphlet @@ -533,7 +533,7 @@ aplTranList x == hasAplExtension argl == or/[x is ["_!",:.] for x in argl] => - u:= [futureArg for x in argl] where futureArg == + u:= [futureArg for x in argl] where futureArg() == x is ["_!",y] => z:= deepestExpression y arglAssoc := [[g := GENVAR(),:aplTran1 z],:arglAssoc] |