Relocate default type class name in defcfun
commitbb9a8ba8c89ba64524322b9c9fc0a86165df6c87
authorLiam M. Healy <lhealy@common-lisp.net>
Sat, 29 Oct 2011 22:31:34 +0000 (29 18:31 -0400)
committerLiam M. Healy <lhealy@common-lisp.net>
Sat, 29 Oct 2011 22:31:34 +0000 (29 18:31 -0400)
treea06d51b5c20feb4da15c0ac1ee4132bae564c69c
parenta185898a127a3cb27072c61838b62c928e587589
Relocate default type class name in defcfun

Moved the generation of a default type class name (appending '-tclass)
in defcfun so that notice-foreign-struct-definition gets the class
name in 'options.  Use the proper :struct form for structure.
src/structures.lisp
src/types.lisp