From: Kresten Krab Thorup Date: Mon, 12 Apr 1993 15:50:02 +0000 (+0000) Subject: (-awake:): added methods X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=24e5fe8baef47afa9ddf57272c1f100222b8536e;p=gcc.git (-awake:): added methods From-SVN: r4097 --- diff --git a/gcc/objc/Object.h b/gcc/objc/Object.h index 33e10bc6b5d..2f096fc7909 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