1.0.4.21: merge redundant funcallN definitions in the runtime
authorNikodemus Siivola <nikodemus@random-state.net>
Wed, 4 Apr 2007 13:11:15 +0000 (13:11 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Wed, 4 Apr 2007 13:11:15 +0000 (13:11 +0000)
commit5f4fe75b7ee2b33e263097415240d198b6275de3
treec7b3cb74a641565a0599f58b21b6e7aebae7b525
parentfe35ce1697e81285fb294a74810df9ed9d9e0010
1.0.4.21: merge redundant funcallN definitions in the runtime
 * We need only two implementations, not one per arch: put them into
   a new file "funcall.c".
src/runtime/GNUmakefile
src/runtime/alpha-arch.c
src/runtime/funcall.c [new file with mode: 0644]
src/runtime/hppa-arch.c
src/runtime/mips-arch.c
src/runtime/ppc-arch.c
src/runtime/sparc-arch.c
src/runtime/x86-64-arch.c
src/runtime/x86-arch.c
version.lisp-expr