git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4085 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-04-15 10:29:21 +00:00
parent c5ddf72b9d
commit f19a357e76
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Thu Apr 15 10:50:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
* Source/include/NSHost.h: Use #ifdefs to prevent multiple inclusion.
Thu Apr 15 9:47:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
* Source/UnixFileHandle.m: ([-fileDescriptor]) return a valid file

View file

@ -20,6 +20,8 @@
License along with this library; if not, write to the Free
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __NSHost_h_GNUSTEP_BASE_INCLUDE
#define __NSHost_h_GNUSTEP_BASE_INCLUDE
#include <base/preface.h>
@ -76,3 +78,6 @@
- (NSArray*) addresses;
@end
#endif