Change initialization of interned array ctypes.
commit151672553a660b7bb3f3b1a69129020b511f56f6
authorDouglas Katzman <dougk@google.com>
Tue, 1 Mar 2016 04:03:33 +0000 (29 23:03 -0500)
committerDouglas Katzman <dougk@google.com>
Tue, 1 Mar 2016 04:03:33 +0000 (29 23:03 -0500)
treea3cd3f950cc746bcfcfd972521386bd6736a5b1d
parentdfa5d8baf5e01c29a30027d032e03251379c4108
Change initialization of interned array ctypes.

Avoid use of special variables holding the interned character and
numeric types. Instead, expect that their respective constructors
do the right thing by returning the interned objects.
src/code/early-type.lisp