Eliminate incorrect usage of default initializers in DEFINE-STRUCTURE.
authorChris Hanson <org/chris-hanson/cph>
Mon, 10 Mar 2003 20:53:51 +0000 (20:53 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 10 Mar 2003 20:53:51 +0000 (20:53 +0000)
commita8b2424c0254929aa917bb29911d253eb13eb91c
tree39efcf9e5dbe2dcb288acb416bce11dfc2ef02b5
parent67e55133db19cd03c7bc45b38f3c35a4bf3608f2
Eliminate incorrect usage of default initializers in DEFINE-STRUCTURE.
These initializers contain variable references that are intended to
refer to other slots in the structure.  The correct usage assumes that
the initializers are closed in the environment in which the
DEFINE-STRUCTURE form appears.
16 files changed:
v7/src/compiler/fgopt/reord.scm
v7/src/compiler/machines/C/decls.scm
v7/src/compiler/machines/alpha/decls.scm
v7/src/compiler/machines/bobcat/decls.scm
v7/src/compiler/machines/i386/decls.scm
v7/src/compiler/machines/mips/decls.scm
v7/src/compiler/machines/sparc/decls.scm
v7/src/compiler/machines/spectrum/decls.scm
v7/src/compiler/machines/vax/decls.scm
v7/src/imail/imail-util.scm
v7/src/runtime/error.scm
v7/src/runtime/generic.scm
v7/src/runtime/infstr.scm
v7/src/runtime/os2graph.scm
v7/src/runtime/process.scm
v7/src/runtime/ystep.scm