commit | bf93b636c4963cbc32d5fba7ace1053db6719192 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Tue Jun 05 14:17:32 2012 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Tue Jun 05 14:17:32 2012 -0400 |
tree | e0b7e20f5f86fac1638aca308fae6b9274c103be | |
parent | 7037291aacb858f8090fd7d9028c196cc1a21703 [diff] |
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.