diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-08-11 22:25:33 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-08-11 22:25:33 -0400 |
commit | ca4da59718bed84936c5afac2bfc9c098b606a2e (patch) | |
tree | 921bc371dec61aa407c3bfb340c7693be78c2ba8 /gcc/objc | |
parent | f92076037c2930954aebaea4e0e66f18cdcc833c (diff) | |
download | gcc-ca4da59718bed84936c5afac2bfc9c098b606a2e.zip gcc-ca4da59718bed84936c5afac2bfc9c098b606a2e.tar.gz gcc-ca4da59718bed84936c5afac2bfc9c098b606a2e.tar.bz2 |
Formtting changes.
From-SVN: r12615
Diffstat (limited to 'gcc/objc')
-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; |