On Taylor's suggestion, change DEFINE-PRIMITIVES so that it generates
authorChris Hanson <org/chris-hanson/cph>
Thu, 14 Feb 2008 02:35:05 +0000 (02:35 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 14 Feb 2008 02:35:05 +0000 (02:35 +0000)
commit7630d7ce75c7a090fbca0c992c2da5cd585ecddb
treec0c5274a33d41940841de4618c275c1e9488a3fb
parentddad4012e94f6a82df8a590d71cf7d2afedf85da
On Taylor's suggestion, change DEFINE-PRIMITIVES so that it generates
compound procedures rather than just binding the variables to the
primitive-procedure objects.  This allows us to drop the new macros
needed by fixart, eliminating the need to patch older compilers to
compile this code.
v7/src/runtime/fixart.scm
v7/src/runtime/global.scm
v7/src/runtime/sysmac.scm