rename <application> to <call>
authorAndy Wingo <wingo@pobox.com>
Thu, 2 Jun 2011 11:42:55 +0000 (13:42 +0200)
committerAndy Wingo <wingo@pobox.com>
Thu, 2 Jun 2011 11:42:55 +0000 (13:42 +0200)
commit7081d4f981a53ef488b823a1f76d33619d715d7f
tree383b4652e6b7329f3fca9efc38afe0858705195e
parentd31d703fd427898aa61cc8e9a452d29425bfc8b8
rename <application> to <call>

* doc/ref/compiler.texi (The Scheme Compiler): Update docs.

* libguile/expand.h:
* libguile/expand.c:
* module/language/tree-il.scm: Rename <application> to <call>.  Change
  the external representation from (apply proc arg ...) to (call proc
  arg ...).

* libguile/memoize.c:
* module/ice-9/psyntax-pp.scm:
* module/ice-9/psyntax.scm:
* module/language/brainfuck/compile-tree-il.scm:
* module/language/ecmascript/compile-tree-il.scm:
* module/language/elisp/compile-tree-il.scm:
* module/language/tree-il/analyze.scm:
* module/language/tree-il/compile-glil.scm:
* module/language/tree-il/fix-letrec.scm:
* module/language/tree-il/inline.scm:
* module/language/tree-il/primitives.scm:
* test-suite/tests/tree-il.test: Update all callers.
16 files changed:
doc/ref/compiler.texi
libguile/expand.c
libguile/expand.h
libguile/memoize.c
module/ice-9/psyntax-pp.scm
module/ice-9/psyntax.scm
module/language/brainfuck/compile-tree-il.scm
module/language/ecmascript/compile-tree-il.scm
module/language/elisp/compile-tree-il.scm
module/language/tree-il.scm
module/language/tree-il/analyze.scm
module/language/tree-il/compile-glil.scm
module/language/tree-il/fix-letrec.scm
module/language/tree-il/inline.scm
module/language/tree-il/primitives.scm
test-suite/tests/tree-il.test