mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Add ifndef/define around file
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3330 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
897c589381
commit
b989d6d056
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Nov 25 16:27:52 1998 Adam Fedor <fedor@ultra.doc.com>
|
||||
|
||||
* src/include/fast.x: Add #ifndef/#define around file.
|
||||
|
||||
Wed Nov 25 20:45:00 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* src/NSPortNameServer.m: Made more tolerant of badly set up systems.
|
||||
|
|
|
@ -21,6 +21,9 @@
|
|||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
#ifndef fast_x_INCLUDE
|
||||
#define fast_x_INCLUDE
|
||||
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <objc/objc-api.h>
|
||||
|
||||
|
@ -211,3 +214,4 @@ fastSelectorTypes(SEL s)
|
|||
*/
|
||||
extern NSZone *fastZone(NSObject* obj);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue