(mode): New instance variable, to replace one removed from Stream class.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@370 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1995-04-15 19:53:44 +00:00
parent 59af57f324
commit 7c323bf09e
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,5 @@
/* Interface for GNU Objective C stdio stream
Copyright (C) 1994 Free Software Foundation, Inc.
Copyright (C) 1994, 1995 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Date: July 1994
@ -30,6 +30,7 @@
@interface StdioStream : Stream
{
int mode;
FILE *fp;
}

View file

@ -1,5 +1,5 @@
/* Interface for GNU Objective C stdio stream
Copyright (C) 1994 Free Software Foundation, Inc.
Copyright (C) 1994, 1995 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Date: July 1994
@ -30,6 +30,7 @@
@interface StdioStream : Stream
{
int mode;
FILE *fp;
}