diff options
| author | Kresten Krab Thorup <krab@gcc.gnu.org> | 1993-04-27 07:41:50 +0000 |
|---|---|---|
| committer | Kresten Krab Thorup <krab@gcc.gnu.org> | 1993-04-27 07:41:50 +0000 |
| commit | d0b575120e2d091b7d66a1898b6ef114298f8433 (patch) | |
| tree | 53e7b4be054d1350f4e451f9c64009c35cc361eb /gcc/objc/misc.c | |
| parent | b8a914304da6ad15c03f90850858f97969809e95 (diff) | |
| download | gcc-d0b575120e2d091b7d66a1898b6ef114298f8433.zip gcc-d0b575120e2d091b7d66a1898b6ef114298f8433.tar.gz gcc-d0b575120e2d091b7d66a1898b6ef114298f8433.tar.bz2 | |
Definition of (Meta)Class_t eliminated, using Class*
From-SVN: r4244
Diffstat (limited to 'gcc/objc/misc.c')
| -rw-r--r-- | gcc/objc/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/misc.c b/gcc/objc/misc.c index 54bd6a2..b9b64ac 100644 --- a/gcc/objc/misc.c +++ b/gcc/objc/misc.c @@ -29,7 +29,7 @@ You should have received a copy of the GNU General Public License along with void objc_error(id object, const char* fmt, va_list); void (*_objc_error)(id, const char*, va_list) = objc_error; -/* id (*_objc_object_alloc)(Class_t) = 0; */ +/* id (*_objc_object_alloc)(Class*) = 0; */ /* id (*_objc_object_dispose)(id) = 0; */ /* id (*_objc_object_copy)(id) = 0; */ |
