Remove constructor from hb_prealloced_array_t
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 5 Jun 2012 18:17:32 +0000 (14:17 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 5 Jun 2012 18:17:32 +0000 (14:17 -0400)
commitbf93b636c4963cbc32d5fba7ace1053db6719192
treee0b7e20f5f86fac1638aca308fae6b9274c103be
parent7037291aacb858f8090fd7d9028c196cc1a21703
Remove constructor from hb_prealloced_array_t

This was causing all object types to be non-POD and have static
initializers.  We don't need that!

Now, most nil objects just moved from .bss to .data.  Fixing for that
coming soon.
src/hb-object-private.hh
src/hb-private.hh
src/hb-set-private.hh