relax restriction on defstruct slot names
authorChristophe Rhodes <csr21@cantab.net>
Fri, 15 Nov 2013 09:01:41 +0000 (09:01 +0000)
committerChristophe Rhodes <csr21@cantab.net>
Fri, 15 Nov 2013 09:28:22 +0000 (09:28 +0000)
DEFSTRUCT slot names are a bit weird, but behave basically like
strings rather than like symbols.  This makes their interaction with
the MOP a little problematic, but for now simply allow things to
pass through and generally work "as expected".

Report from Eric Marsden sbcl-devel 2013-11-05


No differences found