summaryrefslogtreecommitdiff
path: root/gcc/objc/Object.h
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1994-01-24 23:28:33 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1994-01-24 23:28:33 +0000
commit2289615a688fe22fab4146f5ffad038c32e1825e (patch)
tree3aa902e1f29a7bbba9619b64087222372545a9f1 /gcc/objc/Object.h
parentb744b60dd8c0282d197fd396cb4b355f5bc82aa1 (diff)
downloadgcc-2289615a688fe22fab4146f5ffad038c32e1825e.tar.gz
#ifdef out uses of TypedStream for the alpha, not supported yet.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6426 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/objc/Object.h')
-rw-r--r--gcc/objc/Object.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/objc/Object.h b/gcc/objc/Object.h
index cb370ca2396..cb409d23cf5 100644
--- a/gcc/objc/Object.h
+++ b/gcc/objc/Object.h
@@ -112,10 +112,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Archiving */
+ (int)version;
+ setVersion:(int)aVersion;
+
+#ifndef __alpha__ /* TypedStream not supported on alpha yet. */
+ (int)streamVersion: (TypedStream*)aStream;
- read: (TypedStream*)aStream;
- write: (TypedStream*)aStream;
+#endif
+
- awake;
@end