diff options
Diffstat (limited to 'gcc/objc/objc-api.h')
| -rw-r--r-- | gcc/objc/objc-api.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/objc/objc-api.h b/gcc/objc/objc-api.h index 04037db..fdb2076 100644 --- a/gcc/objc/objc-api.h +++ b/gcc/objc/objc-api.h @@ -136,7 +136,8 @@ typedef struct objc_module { Symtab_t symtab; /* Pointer to the Symtab of the module. The Symtab - holds an array of pointers to + holds an array of + pointers to the classes and categories defined in the module. */ } Module, *Module_t; |
