mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Tidy
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4085 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c5ddf72b9d
commit
f19a357e76
2 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue