From f35b839614c4f315360779b7dc85e6af0c0549db Mon Sep 17 00:00:00 2001 From: nicola <> Date: Sat, 11 Dec 2010 14:03:38 +0000 Subject: 2010-12-11 Nicola Pero * objc-private/module-abi-8.h (struct objc_symtab): Updated description of sel_ref_cnt and refs. * objc/deprecated/struct_objc_symtab.h (objc_symtab): Same change. --- libobjc/objc-private/module-abi-8.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'libobjc/objc-private') diff --git a/libobjc/objc-private/module-abi-8.h b/libobjc/objc-private/module-abi-8.h index bad547834ff..3ed836c518f 100644 --- a/libobjc/objc-private/module-abi-8.h +++ b/libobjc/objc-private/module-abi-8.h @@ -47,8 +47,11 @@ struct objc_static_instances categories defined in the module. */ struct objc_symtab { - unsigned long sel_ref_cnt; /* Unknown. */ - SEL refs; /* Unknown. */ + unsigned long sel_ref_cnt; /* Unused (always set to 0). */ + SEL refs; /* The table of selectors referenced in + this module. This is terminated by a + selector with NULL sel_id and NULL + sel_types. */ unsigned short cls_def_cnt; /* Number of classes compiled (defined) in the module. */ unsigned short cat_def_cnt; /* Number of categories compiled -- cgit v1.2.3