Fix an unterminated array.

That was sneaky. It took building qfcc on an arm to trigger that bug.
This commit is contained in:
Bill Currie 2011-07-30 15:01:16 +09:00
parent bf58ad9d80
commit c6e0e094d8

View file

@ -160,6 +160,7 @@ static struct_def_t class_ivars[] = {
{"sibling_class", &type_pointer},
{"protocols", &type_pointer},
{"gc_object_type", &type_pointer},
{0, 0}
};
static struct_def_t protocol_ivars[] = {