aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKresten Krab Thorup <krab@gcc.gnu.org>1993-04-12 15:50:02 +0000
committerKresten Krab Thorup <krab@gcc.gnu.org>1993-04-12 15:50:02 +0000
commit24e5fe8baef47afa9ddf57272c1f100222b8536e (patch)
tree5ed5fc68494402974ce7aafbdb815ce033afa77a /gcc
parent8117ac55994ffd8fc43aff8af9e5b6230c18e8aa (diff)
downloadgcc-24e5fe8baef47afa9ddf57272c1f100222b8536e.zip
gcc-24e5fe8baef47afa9ddf57272c1f100222b8536e.tar.gz
gcc-24e5fe8baef47afa9ddf57272c1f100222b8536e.tar.bz2
(-awake:): added methods
From-SVN: r4097
Diffstat (limited to 'gcc')
-rw-r--r--gcc/objc/Object.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/objc/Object.h b/gcc/objc/Object.h
index 33e10bc..2f096fc 100644
--- a/gcc/objc/Object.h
+++ b/gcc/objc/Object.h
@@ -112,9 +112,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
- read: (TypedStream*)aStream;
- write: (TypedStream*)aStream;
-
-+ read: (TypedStream*)aStream;
-+ write: (TypedStream*)aStream;
+- awake: (TypedStream*)aStream;
@end