silent non-toplevel DEFSTRUCT
authorNikodemus Siivola <nikodemus@random-state.net>
Thu, 1 Dec 2011 18:45:19 +0000 (20:45 +0200)
committerNikodemus Siivola <nikodemus@random-state.net>
Mon, 5 Dec 2011 10:16:05 +0000 (12:16 +0200)
commitca308e6377525654efb755fd30af3270a04f099a
tree818728f44ee893cf6a0a145578a939b5bde4eab6
parent295fdbaa30b57128da30e1e5fb0c653dd20f46d1
silent non-toplevel DEFSTRUCT

  Use TRULY-THE in the constructor inline expansion only if the compiler knows
  the layout: using it for the lazy version doesn't help, and only causes a
  STYLE-WARNING.
NEWS
src/code/defstruct.lisp
tests/defstruct.impure.lisp