Rename all #ifndef macro names to ..GNUSTEP_BASE_INCLUDE.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1448 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-04-17 19:36:35 +00:00
parent 4b4e194333
commit c243ea11fa
128 changed files with 382 additions and 382 deletions

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __Archiver_h_OBJECTS_INCLUDE
#define __Archiver_h_OBJECTS_INCLUDE
#ifndef __Archiver_h_GNUSTEP_BASE_INCLUDE
#define __Archiver_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/Coder.h>
@ -39,4 +39,4 @@
@interface Unarchiver : Decoder
@end
#endif /* __Archiver_h_OBJECTS_INCLUDE */
#endif /* __Archiver_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __Array_h_INCLUDE_GNU
#define __Array_h_INCLUDE_GNU
#ifndef __Array_h_GNUSTEP_BASE_INCLUDE
#define __Array_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/IndexedCollection.h>
@ -70,4 +70,4 @@
#define END_FOR_ARRAY(ARRAY) }}
#endif /* __Array_h_INCLUDE_GNU */
#endif /* __Array_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __ArrayPrivate_h_INCLUDE_GNU
#define __ArrayPrivate_h_INCLUDE_GNU
#ifndef __ArrayPrivate_h_GNUSTEP_BASE_INCLUDE
#define __ArrayPrivate_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/IndexedCollectionPrivate.h>
@ -85,4 +85,4 @@ decrementCount(Array *self)
}
}
#endif /* __ArrayPrivate_h_INCLUDE_GNU */
#endif /* __ArrayPrivate_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __AutoreleasePool_m_OBJECTS_INCLUDE
#define __AutoreleasePool_m_OBJECTS_INCLUDE
#ifndef __AutoreleasePool_m_GNUSTEP_BASE_INCLUDE
#define __AutoreleasePool_m_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/ObjectRetaining.h>
@ -50,4 +50,4 @@ void objc_retain_object (id anObj);
void objc_release_object (id anObj);
unsigned objc_retain_count (id anObj);
#endif /* __AutoreleasePool_m_OBJECTS_INCLUDE */
#endif /* __AutoreleasePool_m_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __AutoreleaseStack_m_OBJECTS_INCLUDE
#define __AutoreleaseStack_m_OBJECTS_INCLUDE
#ifndef __AutoreleaseStack_m_GNUSTEP_BASE_INCLUDE
#define __AutoreleaseStack_m_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/ObjectRetaining.h>
@ -119,4 +119,4 @@ void objc_release_stack_objects();
*/
#endif /* __AutoreleaseStack_m_OBJECTS_INCLUDE */
#endif /* __AutoreleaseStack_m_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __Bag_h_INCLUDE_GNU
#define __Bag_h_INCLUDE_GNU
#ifndef __Bag_h_GNUSTEP_BASE_INCLUDE
#define __Bag_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/Collection.h>
@ -48,4 +48,4 @@
@end
#endif /* __Bag_h_INCLUDE_GNU */
#endif /* __Bag_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __BinaryCStream_h_OBJECTS_INCLUDE
#define __BinaryCStream_h_OBJECTS_INCLUDE
#ifndef __BinaryCStream_h_GNUSTEP_BASE_INCLUDE
#define __BinaryCStream_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/Stream.h>
@ -34,4 +34,4 @@
@end
#endif /* __BinaryCStream_h_OBJECTS_INCLUDE */
#endif /* __BinaryCStream_h_GNUSTEP_BASE_INCLUDE */

View file

@ -26,8 +26,8 @@
Base class for smarter binary trees.
*/
#ifndef __BinaryTree_h_INCLUDE_GNU
#define __BinaryTree_h_INCLUDE_GNU
#ifndef __BinaryTree_h_GNUSTEP_BASE_INCLUDE
#define __BinaryTree_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/IndexedCollection.h>
@ -74,4 +74,4 @@
@end
#endif /* __BinaryTree_h_INCLUDE_GNU */
#endif /* __BinaryTree_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __BinaryTreeEltNode_h_INCLUDE_GNU
#define __BinaryTreeEltNode_h_INCLUDE_GNU
#ifndef __BinaryTreeEltNode_h_GNUSTEP_BASE_INCLUDE
#define __BinaryTreeEltNode_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/BinaryTreeNode.h>
@ -33,4 +33,4 @@
@end
#endif /* __BinaryTreeEltNode_h_INCLUDE_GNU */
#endif /* __BinaryTreeEltNode_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __BinaryTreeNode_h_INCLUDE_GNU
#define __BinaryTreeNode_h_INCLUDE_GNU
#ifndef __BinaryTreeNode_h_GNUSTEP_BASE_INCLUDE
#define __BinaryTreeNode_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/BinaryTree.h>
@ -38,4 +38,4 @@
@end
#endif /* __BinaryTreeNode_h_INCLUDE_GNU */
#endif /* __BinaryTreeNode_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __CStream_h_OBJECTS_INCLUDE
#define __CStream_h_OBJECTS_INCLUDE
#ifndef __CStream_h_GNUSTEP_BASE_INCLUDE
#define __CStream_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/Stream.h>
@ -56,4 +56,4 @@
@end
#endif /* __CStream_h_OBJECTS_INCLUDE */
#endif /* __CStream_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __CStreaming_h__OBJECTS_INCLUDE
#define __CStreaming_h__OBJECTS_INCLUDE
#ifndef __CStreaming_h__GNUSTEP_BASE_INCLUDE
#define __CStreaming_h__GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/Streaming.h>
@ -56,5 +56,5 @@
@end
#endif /* __CStreaming_h__OBJECTS_INCLUDE */
#endif /* __CStreaming_h__GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __CircularArray_h_INCLUDE_GNU
#define __CircularArray_h_INCLUDE_GNU
#ifndef __CircularArray_h_GNUSTEP_BASE_INCLUDE
#define __CircularArray_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/Array.h>
@ -35,4 +35,4 @@
@end
#endif /* __CircularArray_h_INCLUDE_GNU */
#endif /* __CircularArray_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __CircularArrayPrivate_h_INCLUDE_GNU
#define __CircularArrayPrivate_h_INCLUDE_GNU
#ifndef __CircularArrayPrivate_h_GNUSTEP_BASE_INCLUDE
#define __CircularArrayPrivate_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/ArrayPrivate.h>
@ -72,4 +72,4 @@ circularFillHoleAt(CircularArray *self, unsigned basicIndex)
}
}
#endif /* __CircularArrayPrivate_h_INCLUDE_GNU */
#endif /* __CircularArrayPrivate_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __Coder_h_OBJECTS_INCLUDE
#define __Coder_h_OBJECTS_INCLUDE
#ifndef __Coder_h_GNUSTEP_BASE_INCLUDE
#define __Coder_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/Coding.h>
@ -145,4 +145,4 @@
extern id CoderSignatureMalformedException;
#endif /* __Coder_h_OBJECTS_INCLUDE */
#endif /* __Coder_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __CoderPrivate_h_OBJECTS_INCLUDE
#define __CoderPrivate_h_OBJECTS_INCLUDE
#ifndef __CoderPrivate_h_GNUSTEP_BASE_INCLUDE
#define __CoderPrivate_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/Coder.h>
@ -64,4 +64,4 @@ format_version
#define NO_SEL_TYPES "none"
#endif /* __CoderPrivate_h_OBJECTS_INCLUDE */
#endif /* __CoderPrivate_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __Coding_h_OBJECTS_INCLUDE
#define __Coding_h_OBJECTS_INCLUDE
#ifndef __Coding_h_GNUSTEP_BASE_INCLUDE
#define __Coding_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
@ -160,4 +160,4 @@
@end
#endif /* __Coding_h_OBJECTS_INCLUDE */
#endif /* __Coding_h_GNUSTEP_BASE_INCLUDE */

View file

@ -31,8 +31,8 @@
the same C type.
*/
#ifndef __Collecting_h_INCLUDE_GNU
#define __Collecting_h_INCLUDE_GNU
#ifndef __Collecting_h_GNUSTEP_BASE_INCLUDE
#define __Collecting_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/Coding.h>
@ -128,4 +128,4 @@
#define NO_OBJECT nil
#endif /* __Collecting_h_INCLUDE_GNU */
#endif /* __Collecting_h_GNUSTEP_BASE_INCLUDE */

View file

@ -25,8 +25,8 @@
protocol, without using any instance variables.
*/
#ifndef __Collection_h_INCLUDE_GNU
#define __Collection_h_INCLUDE_GNU
#ifndef __Collection_h_GNUSTEP_BASE_INCLUDE
#define __Collection_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <Foundation/NSObject.h>
@ -99,5 +99,5 @@
*/
#endif /* __Collection_h_INCLUDE_GNU */
#endif /* __Collection_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __CollectionPrivate_h_INCLUDE_GNU
#define __CollectionPrivate_h_INCLUDE_GNU
#ifndef __CollectionPrivate_h_GNUSTEP_BASE_INCLUDE
#define __CollectionPrivate_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
@ -49,4 +49,4 @@
@end
#endif /* __CollectionPrivate_h_INCLUDE_GNU */
#endif /* __CollectionPrivate_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __Connection_h_OBJECTS_INCLUDE
#define __Connection_h_OBJECTS_INCLUDE
#ifndef __Connection_h_GNUSTEP_BASE_INCLUDE
#define __Connection_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <stdlib.h>
@ -219,4 +219,4 @@ extern NSString *ConnectionWasCreatedNotification;
extern NSString *RunLoopConnectionReplyMode;
#endif /* __Connection_h_OBJECTS_INCLUDE */
#endif /* __Connection_h_GNUSTEP_BASE_INCLUDE */

View file

@ -25,8 +25,8 @@
delegates. Send a message to this object and the message will get
forwarded to the delegates on the list. */
#ifndef __DelegatePool_h_OBJECTS_INCLUDE
#define __DelegatePool_h_OBJECTS_INCLUDE
#ifndef __DelegatePool_h_GNUSTEP_BASE_INCLUDE
#define __DelegatePool_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/Array.h>
@ -72,4 +72,4 @@ enum DelegatePoolSendBehavior {SEND_TO_ALL = 0,
@end
#endif /* __DelegatePool_h_OBJECTS_INCLUDE */
#endif /* __DelegatePool_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __Dictionary_h_INCLUDE_GNU
#define __Dictionary_h_INCLUDE_GNU
#ifndef __Dictionary_h_GNUSTEP_BASE_INCLUDE
#define __Dictionary_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/KeyedCollection.h>
@ -37,5 +37,5 @@
@end
#endif /* __Dictionary_h_INCLUDE_GNU */
#endif /* __Dictionary_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __Enumerating_h__OBJECTS_INCLUDE
#define __Enumerating_h__OBJECTS_INCLUDE
#ifndef __Enumerating_h__GNUSTEP_BASE_INCLUDE
#define __Enumerating_h__GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
@ -33,5 +33,5 @@
@end
#endif /* __Enumerating_h__OBJECTS_INCLUDE */
#endif /* __Enumerating_h__GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __GapArray_h_INCLUDE_GNU
#define __GapArray_h_INCLUDE_GNU
#ifndef __GapArray_h_GNUSTEP_BASE_INCLUDE
#define __GapArray_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/Array.h>
@ -36,4 +36,4 @@
@end
#endif /* __GapArray_h_INCLUDE_GNU */
#endif /* __GapArray_h_GNUSTEP_BASE_INCLUDE */

View file

@ -23,8 +23,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __GapArrayPrivate_h_INCLUDE_GNU
#define __GapArrayPrivate_h_INCLUDE_GNU
#ifndef __GapArrayPrivate_h_GNUSTEP_BASE_INCLUDE
#define __GapArrayPrivate_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/ArrayPrivate.h>
@ -86,4 +86,4 @@ gapFillHoleAt(GapArray *self, unsigned index)
self->_gap_size += 1;
}
#endif /* __GapArrayPrivate_h_INCLUDE_GNU */
#endif /* __GapArrayPrivate_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __Heap_h_INCLUDE_GNU
#define __Heap_h_INCLUDE_GNU
#ifndef __Heap_h_GNUSTEP_BASE_INCLUDE
#define __Heap_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/Array.h>
@ -34,4 +34,4 @@
@end
#endif /* __Heap_h_INCLUDE_GNU */
#endif /* __Heap_h_GNUSTEP_BASE_INCLUDE */

View file

@ -32,8 +32,8 @@
may be accessed, inserted, replaced and removed by their index.
*/
#ifndef __IndexedCollecting_h_OBJECTS_INCLUDE
#define __IndexedCollecting_h_OBJECTS_INCLUDE
#ifndef __IndexedCollecting_h_GNUSTEP_BASE_INCLUDE
#define __IndexedCollecting_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/Collecting.h>
@ -132,4 +132,4 @@ typedef struct _IndexRange {
*/
#endif /* __IndexedCollecting_h_OBJECTS_INCLUDE */
#endif /* __IndexedCollecting_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __IndexedCollection_h_INCLUDE_GNU
#define __IndexedCollection_h_INCLUDE_GNU
#ifndef __IndexedCollection_h_GNUSTEP_BASE_INCLUDE
#define __IndexedCollection_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/KeyedCollection.h>
@ -108,4 +108,4 @@
*/
#endif /* __IndexedCollection_h_INCLUDE_GNU */
#endif /* __IndexedCollection_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __IndexedCollectionPrivate_h_INCLUDE_GNU
#define __IndexedCollectionPrivate_h_INCLUDE_GNU
#ifndef __IndexedCollectionPrivate_h_GNUSTEP_BASE_INCLUDE
#define __IndexedCollectionPrivate_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/CollectionPrivate.h>
@ -38,4 +38,4 @@ if (INDEX >= OVER) \
format: @"in %s, index %d is out of range", \
sel_get_name (_cmd), INDEX]
#endif /* __IndexedCollectionPrivate_h_INCLUDE_GNU */
#endif /* __IndexedCollectionPrivate_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __InvalidationListening_h_OBJECTS_INCLUDE
#define __InvalidationListening_h_OBJECTS_INCLUDE
#ifndef __InvalidationListening_h_GNUSTEP_BASE_INCLUDE
#define __InvalidationListening_h_GNUSTEP_BASE_INCLUDE
/* This protocol is just temporary. It will disappear when GNU writes
a more general notification system.
@ -34,4 +34,4 @@
@end
#endif /* __InvalidationListening_h_OBJECTS_INCLUDE */
#endif /* __InvalidationListening_h_GNUSTEP_BASE_INCLUDE */

View file

@ -1,5 +1,5 @@
#ifndef __Invocation_h_OBJECTS_INCLUDE
#define __Invocation_h_OBJECTS_INCLUDE
#ifndef __Invocation_h_GNUSTEP_BASE_INCLUDE
#define __Invocation_h_GNUSTEP_BASE_INCLUDE
/*
Use these for notifications!
@ -96,4 +96,4 @@
@end
#endif
#endif /* __Invocation_h_OBJECTS_INCLUDE */
#endif /* __Invocation_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __Invoking_h__OBJECTS_INCLUDE
#define __Invoking_h__OBJECTS_INCLUDE
#ifndef __Invoking_h__GNUSTEP_BASE_INCLUDE
#define __Invoking_h__GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
@ -38,5 +38,5 @@
@end
#endif /* __Invoking_h__OBJECTS_INCLUDE */
#endif /* __Invoking_h__GNUSTEP_BASE_INCLUDE */

View file

@ -30,8 +30,8 @@
enumerated and copied.
*/
#ifndef __KeyedCollecting_h_OBJECTS_INCLUDE
#define __KeyedCollecting_h_OBJECTS_INCLUDE
#ifndef __KeyedCollecting_h_GNUSTEP_BASE_INCLUDE
#define __KeyedCollecting_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/Collecting.h>
@ -79,4 +79,4 @@
@end
#endif /* __KeyedCollecting_h_OBJECTS_INCLUDE */
#endif /* __KeyedCollecting_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __KeyedCollection_h_INCLUDE_GNU
#define __KeyedCollection_h_INCLUDE_GNU
#ifndef __KeyedCollection_h_GNUSTEP_BASE_INCLUDE
#define __KeyedCollection_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/Collection.h>
@ -77,4 +77,4 @@
getNextKey:content:withEnumState:
*/
#endif /* __KeyedCollection_h_INCLUDE_GNU */
#endif /* __KeyedCollection_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __LinkedList_h_INCLUDE_GNU
#define __LinkedList_h_INCLUDE_GNU
#ifndef __LinkedList_h_GNUSTEP_BASE_INCLUDE
#define __LinkedList_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/OrderedCollection.h>
@ -48,4 +48,4 @@
@end
#endif /* __LinkedList_h_INCLUDE_GNU */
#endif /* __LinkedList_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __LinkedListEltNode_h_INCLUDE_GNU
#define __LinkedListEltNode_h_INCLUDE_GNU
#ifndef __LinkedListEltNode_h_GNUSTEP_BASE_INCLUDE
#define __LinkedListEltNode_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/LinkedListNode.h>
@ -32,4 +32,4 @@
#include <gnustep/base/EltNode-h>
@end
#endif /* __LinkedListEltNode_h_INCLUDE_GNU */
#endif /* __LinkedListEltNode_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __LinkedListNode_h_INCLUDE_GNU
#define __LinkedListNode_h_INCLUDE_GNU
#ifndef __LinkedListNode_h_GNUSTEP_BASE_INCLUDE
#define __LinkedListNode_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/LinkedList.h>
@ -36,4 +36,4 @@
}
@end
#endif /* __LinkedListNode_h_INCLUDE_GNU */
#endif /* __LinkedListNode_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __Lock_h_OBJECTS_INCLUDE
#define __Lock_h_OBJECTS_INCLUDE
#ifndef __Lock_h_GNUSTEP_BASE_INCLUDE
#define __Lock_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/Locking.h>
@ -32,4 +32,4 @@
}
@end
#endif /* __Lock_h_OBJECTS_INCLUDE */
#endif /* __Lock_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __Locking_h_INCLUDE_GNU
#define __Locking_h_INCLUDE_GNU
#ifndef __Locking_h_GNUSTEP_BASE_INCLUDE
#define __Locking_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <objc/Protocol.h>
@ -32,4 +32,4 @@
- (void) unlock;
@end
#endif /* __Locking_h_INCLUDE_GNU */
#endif /* __Locking_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __MachPort_h_INCLUDE_GNU
#define __MachPort_h_INCLUDE_GNU
#ifndef __MachPort_h_GNUSTEP_BASE_INCLUDE
#define __MachPort_h_GNUSTEP_BASE_INCLUDE
#if __mach__
@ -37,4 +37,4 @@
#endif /* __mach__ */
#endif /* __MachPort_h_INCLUDE_GNU */
#endif /* __MachPort_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __Magnitude_h_INCLUDE_GNU
#define __Magnitude_h_INCLUDE_GNU
#ifndef __Magnitude_h_GNUSTEP_BASE_INCLUDE
#define __Magnitude_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/Ordering.h>
@ -31,4 +31,4 @@
@end
#endif /* __Magnitude_h_INCLUDE_GNU */
#endif /* __Magnitude_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __MallocAddress_h_OBJECTS_INCLUDE
#define __MallocAddress_h_OBJECTS_INCLUDE
#ifndef __MallocAddress_h_GNUSTEP_BASE_INCLUDE
#define __MallocAddress_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
@ -39,4 +39,4 @@
@end
#endif /* __MallocAddress_h_OBJECTS_INCLUDE */
#endif /* __MallocAddress_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __MappedCollector_h_INCLUDE_GNU
#define __MappedCollector_h_INCLUDE_GNU
#ifndef __MappedCollector_h_GNUSTEP_BASE_INCLUDE
#define __MappedCollector_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/KeyedCollection.h>
@ -38,4 +38,4 @@
@end
#endif /* __MappedCollector_h_INCLUDE_GNU */
#endif /* __MappedCollector_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __MemoryStream_h_OBJECTS_INCLUDE
#define __MemoryStream_h_OBJECTS_INCLUDE
#ifndef __MemoryStream_h_GNUSTEP_BASE_INCLUDE
#define __MemoryStream_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/Stream.h>
@ -69,4 +69,4 @@
position: (unsigned)i; /* current position for reading/writing */
@end
#endif /* __MemoryStream_h_OBJECTS_INCLUDE */
#endif /* __MemoryStream_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __NSArchiver_h_OBJECTS_INCLUDE
#define __NSArchiver_h_OBJECTS_INCLUDE
#ifndef __NSArchiver_h_GNUSTEP_BASE_INCLUDE
#define __NSArchiver_h_GNUSTEP_BASE_INCLUDE
#include <Foundation/NSCoder.h>
@ -86,4 +86,4 @@ extern NSString *NSInconsistentArchiveException;
- replacementObjectForArchiver: (NSArchiver*) archiver;
@end
#endif /* __NSArchiver_h_OBJECTS_INCLUDE */
#endif /* __NSArchiver_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __NSArray_h_OBJECTS_INCLUDE
#define __NSArray_h_OBJECTS_INCLUDE
#ifndef __NSArray_h_GNUSTEP_BASE_INCLUDE
#define __NSArray_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <Foundation/NSRange.h>
@ -120,4 +120,4 @@
#endif /* NO_GNUSTEP */
#endif /* __NSArray_h_OBJECTS_INCLUDE */
#endif /* __NSArray_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __NSAutoreleasePool_h_OBJECTS_INCLUDE
#define __NSAutoreleasePool_h_OBJECTS_INCLUDE
#ifndef __NSAutoreleasePool_h_GNUSTEP_BASE_INCLUDE
#define __NSAutoreleasePool_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
@ -58,4 +58,4 @@ struct autorelease_array_list
@end
#endif /* __NSAutoreleasePool_h_OBJECTS_INCLUDE */
#endif /* __NSAutoreleasePool_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __NSBitmapCharSet_h_OBJECTS_INCLUDE
#define __NSBitmapCharSet_h_OBJECTS_INCLUDE
#ifndef __NSBitmapCharSet_h_GNUSTEP_BASE_INCLUDE
#define __NSBitmapCharSet_h_GNUSTEP_BASE_INCLUDE
#include <Foundation/NSCharacterSet.h>
#include <Foundation/NSData.h>
@ -54,4 +54,4 @@
@end
#endif /* __NSBitmapCharSet_h_OBJECTS_INCLUDE */
#endif /* __NSBitmapCharSet_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __NSBundle_h_OBJECTS_INCLUDE
#define __NSBundle_h_OBJECTS_INCLUDE
#ifndef __NSBundle_h_GNUSTEP_BASE_INCLUDE
#define __NSBundle_h_GNUSTEP_BASE_INCLUDE
#include <Foundation/NSObject.h>
@ -66,4 +66,4 @@
@end
#endif /* __NSBundle_h_OBJECTS_INCLUDE */
#endif /* __NSBundle_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __NSCharacterSet_h_OBJECTS_INCLUDE
#define __NSCharacterSet_h_OBJECTS_INCLUDE
#ifndef __NSCharacterSet_h_GNUSTEP_BASE_INCLUDE
#define __NSCharacterSet_h_GNUSTEP_BASE_INCLUDE
#include <Foundation/NSString.h>
@ -66,4 +66,4 @@
@end
#endif /* __NSCharacterSet_h_OBJECTS_INCLUDE */
#endif /* __NSCharacterSet_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __NSCoder_h_OBJECTS_INCLUDE
#define __NSCoder_h_OBJECTS_INCLUDE
#ifndef __NSCoder_h_GNUSTEP_BASE_INCLUDE
#define __NSCoder_h_GNUSTEP_BASE_INCLUDE
#include <Foundation/NSObject.h>
#include <Foundation/NSGeometry.h>
@ -86,4 +86,4 @@
#endif /* NO_GNUSTEP */
#endif /* __NSCoder_h_OBJECTS_INCLUDE */
#endif /* __NSCoder_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __NSData_h_OBJECTS_INCLUDE
#define __NSData_h_OBJECTS_INCLUDE
#ifndef __NSData_h_GNUSTEP_BASE_INCLUDE
#define __NSData_h_GNUSTEP_BASE_INCLUDE
#include <Foundation/NSObject.h>
#include <Foundation/NSRange.h>
@ -136,4 +136,4 @@
End:
*/
#endif /* __NSData_h_OBJECTS_INCLUDE */
#endif /* __NSData_h_GNUSTEP_BASE_INCLUDE */

View file

@ -18,8 +18,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __NSDate_h_OBJECTS_INCLUDE
#define __NSDate_h_OBJECTS_INCLUDE
#ifndef __NSDate_h_GNUSTEP_BASE_INCLUDE
#define __NSDate_h_GNUSTEP_BASE_INCLUDE
#include <Foundation/NSObject.h>
@ -129,4 +129,4 @@ typedef double NSTimeInterval;
@end
#endif /* __NSDate_h_OBJECTS_INCLUDE */
#endif /* __NSDate_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef _NSDictionary_h_OBJECTS_INCLUDE
#define _NSDictionary_h_OBJECTS_INCLUDE
#ifndef _NSDictionary_h_GNUSTEP_BASE_INCLUDE
#define _NSDictionary_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __NSException_h_OBJECTS_INCLUDE
#define __NSException_h_OBJECTS_INCLUDE
#ifndef __NSException_h_GNUSTEP_BASE_INCLUDE
#define __NSException_h_GNUSTEP_BASE_INCLUDE
#include <Foundation/NSString.h>
#include <setjmp.h>
@ -209,4 +209,4 @@ extern void _NSRemoveHandler( NSHandler *handler );
#define NSCParameterAssert(condition) \
_NSCAssertArgs((condition), @"Invalid parameter not satisfying: %s", #condition)
#endif /* __NSException_h_OBJECTS_INCLUDE */
#endif /* __NSException_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __NSGArchiver_h_OBJECTS_INCLUDE
#define __NSGArchiver_h_OBJECTS_INCLUDE
#ifndef __NSGArchiver_h_GNUSTEP_BASE_INCLUDE
#define __NSGArchiver_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <Foundation/NSArchiver.h>
@ -40,4 +40,4 @@
@interface NSGUnarchiver (GNU) <Decoding>
@end
#endif /* __NSGArchiver_h_OBJECTS_INCLUDE */
#endif /* __NSGArchiver_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __NSGArray_h_OBJECTS_INCLUDE
#define __NSGArray_h_OBJECTS_INCLUDE
#ifndef __NSGArray_h_GNUSTEP_BASE_INCLUDE
#define __NSGArray_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <Foundation/NSArray.h>
@ -42,4 +42,4 @@
}
@end
#endif /* __NSGArray_h_OBJECTS_INCLUDE */
#endif /* __NSGArray_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __NSGCString_h_OBJECTS_INCLUDE
#define __NSGCString_h_OBJECTS_INCLUDE
#ifndef __NSGCString_h_GNUSTEP_BASE_INCLUDE
#define __NSGCString_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <Foundation/NSString.h>
@ -47,4 +47,4 @@
}
@end
#endif /* __NSGCString_h_OBJECTS_INCLUDE */
#endif /* __NSGCString_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __NSGData_h_OBJECTS_INCLUDE
#define __NSGData_h_OBJECTS_INCLUDE
#ifndef __NSGData_h_GNUSTEP_BASE_INCLUDE
#define __NSGData_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <Foundation/NSData.h>
@ -64,4 +64,4 @@
@interface NSGMutableData (GNU) <MemoryStreaming>
@end
#endif /* __NSGData_h_OBJECTS_INCLUDE */
#endif /* __NSGData_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __NSGDictionary_h_OBJECTS_INCLUDE
#define __NSGDictionary_h_OBJECTS_INCLUDE
#ifndef __NSGDictionary_h_GNUSTEP_BASE_INCLUDE
#define __NSGDictionary_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <Foundation/NSDictionary.h>
@ -34,4 +34,4 @@
@interface NSGMutableDictionary : NSMutableDictionary
@end
#endif /* __NSGDictionary_h_OBJECTS_INCLUDE */
#endif /* __NSGDictionary_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __NSGSet_h_OBJECTS_INCLUDE
#define __NSGSet_h_OBJECTS_INCLUDE
#ifndef __NSGSet_h_GNUSTEP_BASE_INCLUDE
#define __NSGSet_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <Foundation/NSSet.h>
@ -39,4 +39,4 @@
@end
#endif /* __NSGSet_h_OBJECTS_INCLUDE */
#endif /* __NSGSet_h_GNUSTEP_BASE_INCLUDE */

View file

@ -20,8 +20,8 @@
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef __NSGeometry_h_OBJECTS_INCLUDE
#define __NSGeometry_h_OBJECTS_INCLUDE
#ifndef __NSGeometry_h_GNUSTEP_BASE_INCLUDE
#define __NSGeometry_h_GNUSTEP_BASE_INCLUDE
/**** Included Headers *******************************************************/
@ -220,4 +220,4 @@ NSStringFromRect(NSRect aRect);
extern NSString *
NSStringFromSize(NSSize aSize);
#endif /* __NSGeometry_h_OBJECTS_INCLUDE */
#endif /* __NSGeometry_h_GNUSTEP_BASE_INCLUDE */

View file

@ -22,8 +22,8 @@
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef __NSHashTable_h_OBJECTS_INCLUDE
#define __NSHashTable_h_OBJECTS_INCLUDE 1
#ifndef __NSHashTable_h_GNUSTEP_BASE_INCLUDE
#define __NSHashTable_h_GNUSTEP_BASE_INCLUDE 1
/**** Included Headers *******************************************************/
@ -195,4 +195,4 @@ NSHashRemove(NSHashTable *table, const void *pointer);
NSString *
NSStringFromHashTable(NSHashTable *table);
#endif /* __NSHashTable_h_OBJECTS_INCLUDE */
#endif /* __NSHashTable_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __NSInvocation_h_OBJECTS_INCLUDE
#define __NSInvocation_h_OBJECTS_INCLUDE
#ifndef __NSInvocation_h_GNUSTEP_BASE_INCLUDE
#define __NSInvocation_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
@ -53,4 +53,4 @@
@end
#endif /* __NSInvocation_h_OBJECTS_INCLUDE */
#endif /* __NSInvocation_h_GNUSTEP_BASE_INCLUDE */

View file

@ -22,8 +22,8 @@
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef __NSMapTable_h_OBJECTS_INCLUDE
#define __NSMapTable_h_OBJECTS_INCLUDE 1
#ifndef __NSMapTable_h_GNUSTEP_BASE_INCLUDE
#define __NSMapTable_h_GNUSTEP_BASE_INCLUDE 1
/**** Included Headers *******************************************************/
@ -252,4 +252,4 @@ NSMapRemove(NSMapTable *table, const void *key);
* from the respective callbacks, of course). */
NSString *NSStringFromMapTable (NSMapTable *table);
#endif /* __NSMapTable_h_OBJECTS_INCLUDE */
#endif /* __NSMapTable_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __NSMethodSignature_h_INCLUDE_GNU
#define __NSMethodSignature_h_INCLUDE_GNU
#ifndef __NSMethodSignature_h_GNUSTEP_BASE_INCLUDE
#define __NSMethodSignature_h_GNUSTEP_BASE_INCLUDE
#include <Foundation/NSObject.h>
@ -55,4 +55,4 @@ typedef struct
@end
#endif /* __NSMethodSignature_h_INCLUDE_GNU */
#endif /* __NSMethodSignature_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __NSNotification_h_OBJECTS_INCLUDE
#define __NSNotification_h_OBJECTS_INCLUDE
#ifndef __NSNotification_h_GNUSTEP_BASE_INCLUDE
#define __NSNotification_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/Notification.h>
@ -94,4 +94,4 @@
userInfo: (NSDictionary*)user_info;
@end
#endif /*__NSNotification_h_OBJECTS_INCLUDE */
#endif /*__NSNotification_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __NSObjCRuntime_h_OBJECTS_INCLUDE
#define __NSObjCRuntime_h_OBJECTS_INCLUDE
#ifndef __NSObjCRuntime_h_GNUSTEP_BASE_INCLUDE
#define __NSObjCRuntime_h_GNUSTEP_BASE_INCLUDE
#include <objc/objc.h>
@ -43,4 +43,4 @@ extern NSString *NSStringFromClass(Class aClass);
#define nil 0
#endif nil
#endif /* __NSObjCRuntime_h_OBJECTS_INCLUDE */
#endif /* __NSObjCRuntime_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __NSObject_h_OBJECTS_INCLUDE
#define __NSObject_h_OBJECTS_INCLUDE
#ifndef __NSObject_h_GNUSTEP_BASE_INCLUDE
#define __NSObject_h_GNUSTEP_BASE_INCLUDE
#include <objc/objc.h>
#include <objc/Protocol.h>
@ -145,4 +145,4 @@ enum {NSNotFound = 0x7fffffff};
- write: (TypedStream*)aStream;
@end
#endif /* __NSObject_h_OBJECTS_INCLUDE */
#endif /* __NSObject_h_GNUSTEP_BASE_INCLUDE */

View file

@ -23,8 +23,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __NSProcessInfo_h_OBJECTS_INCLUDE
#define __NSProcessInfo_h_OBJECTS_INCLUDE
#ifndef __NSProcessInfo_h_GNUSTEP_BASE_INCLUDE
#define __NSProcessInfo_h_GNUSTEP_BASE_INCLUDE
#include <Foundation/NSObject.h>
@ -50,4 +50,4 @@
@end
#endif /* __NSProcessInfo_h_OBJECTS_INCLUDE */
#endif /* __NSProcessInfo_h_GNUSTEP_BASE_INCLUDE */

View file

@ -20,8 +20,8 @@
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef __NSRange_h_OBJECTS_INCLUDE
#define __NSRange_h_OBJECTS_INCLUDE
#ifndef __NSRange_h_GNUSTEP_BASE_INCLUDE
#define __NSRange_h_GNUSTEP_BASE_INCLUDE
/**** Included Headers *******************************************************/
@ -71,4 +71,4 @@ NSIntersectionRange(NSRange range1, NSRange range2);
extern NSString *
NSStringFromRange(NSRange range);
#endif /* __NSRange_h_OBJECTS_INCLUDE */
#endif /* __NSRange_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __NSRunLoop_h_OBJECTS_INCLUDE
#define __NSRunLoop_h_OBJECTS_INCLUDE
#ifndef __NSRunLoop_h_GNUSTEP_BASE_INCLUDE
#define __NSRunLoop_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
@ -61,4 +61,4 @@
#define NSConnectionReplyMode RunLoopConnectionReplyMode
#endif /*__NSRunLoop_h_OBJECTS_INCLUDE */
#endif /*__NSRunLoop_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __NSSerialization_h_OBJECTS_INCLUDE
#define __NSSerialization_h_OBJECTS_INCLUDE
#ifndef __NSSerialization_h_GNUSTEP_BASE_INCLUDE
#define __NSSerialization_h_GNUSTEP_BASE_INCLUDE
@class NSData, NSMutableData;
@ -36,4 +36,4 @@
intoData: (NSMutableData*)data;
@end
#endif /* __NSSerialization_h_OBJECTS_INCLUDE */
#endif /* __NSSerialization_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef _NSSet_h_OBJECTS_INCLUDE
#define _NSSet_h_OBJECTS_INCLUDE
#ifndef _NSSet_h_GNUSTEP_BASE_INCLUDE
#define _NSSet_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __NSString_h_OBJECTS_INCLUDE
#define __NSString_h_OBJECTS_INCLUDE
#ifndef __NSString_h_GNUSTEP_BASE_INCLUDE
#define __NSString_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
@ -284,4 +284,4 @@ compiler warning.
@end
#endif /* NO_GNUSTEP */
#endif /* __NSString_h_OBJECTS_INCLUDE */
#endif /* __NSString_h_GNUSTEP_BASE_INCLUDE */

View file

@ -23,12 +23,12 @@
See NSUser.c for additional information. */
#ifndef __NSUser_h_INCLUDE_GNU
#define __NSUser_h_INCLUDE_GNU
#ifndef __NSUser_h_GNUSTEP_BASE_INCLUDE
#define __NSUser_h_GNUSTEP_BASE_INCLUDE
extern char * NSUserName (void);
extern char * NSHomeDirectory (void);
extern char * NSDirectoryForUser (char * userName);
#endif /* __NSUser_h_INCLUDE_GNU */
#endif /* __NSUser_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __NSUtilties_h_OBJECTS_INCLUDE
#define __NSUtilties_h_OBJECTS_INCLUDE
#ifndef __NSUtilties_h_GNUSTEP_BASE_INCLUDE
#define __NSUtilties_h_GNUSTEP_BASE_INCLUDE
#include <Foundation/NSObject.h>
@ -30,4 +30,4 @@
- (id) nextObject;
@end
#endif /* __NSUtilties_h_OBJECTS_INCLUDE */
#endif /* __NSUtilties_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __NSValue_h_OBJECTS_INCLUDE
#define __NSValue_h_OBJECTS_INCLUDE
#ifndef __NSValue_h_GNUSTEP_BASE_INCLUDE
#define __NSValue_h_GNUSTEP_BASE_INCLUDE
#include <Foundation/NSObject.h>
#include <Foundation/NSGeometry.h>
@ -102,4 +102,4 @@
- initValue:(const void *)value withObjCType:(const char *)type;
@end
#endif /* __NSValue_h_OBJECTS_INCLUDE */
#endif /* __NSValue_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __Notification_h_OBJECTS_INCLUDE
#define __Notification_h_OBJECTS_INCLUDE
#ifndef __Notification_h_GNUSTEP_BASE_INCLUDE
#define __Notification_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/NSString.h>
@ -55,4 +55,4 @@
@end
#endif /* __Notification_h_OBJECTS_INCLUDE */
#endif /* __Notification_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __NotificationDispatcher_h_OBJECTS_INCLUDE
#define __NotificationDispatcher_h_OBJECTS_INCLUDE
#ifndef __NotificationDispatcher_h_GNUSTEP_BASE_INCLUDE
#define __NotificationDispatcher_h_GNUSTEP_BASE_INCLUDE
/* A class for posting notifications to observer objects that request
them.
@ -215,4 +215,4 @@
+ defaultCenter;
@end
#endif /* __NotificationDispatcher_h_OBJECTS_INCLUDE */
#endif /* __NotificationDispatcher_h_GNUSTEP_BASE_INCLUDE */

View file

@ -32,8 +32,8 @@
may be accessed, inserted, replaced and removed by their index.
*/
#ifndef __OrderedCollecting_h_OBJECTS_INCLUDE
#define __OrderedCollecting_h_OBJECTS_INCLUDE
#ifndef __OrderedCollecting_h_GNUSTEP_BASE_INCLUDE
#define __OrderedCollecting_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/IndexedCollecting.h>
@ -63,4 +63,4 @@
@end
#endif /* __OrderedCollecting_h_OBJECTS_INCLUDE */
#endif /* __OrderedCollecting_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __OrderedCollection_h_INCLUDE_GNU
#define __OrderedCollection_h_INCLUDE_GNU
#ifndef __OrderedCollection_h_GNUSTEP_BASE_INCLUDE
#define __OrderedCollection_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/IndexedCollection.h>
@ -36,4 +36,4 @@
@interface OrderedCollection (Protocol) <OrderedCollecting>
@end
#endif /* __OrderedCollection_h_INCLUDE_GNU */
#endif /* __OrderedCollection_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __Ordering_h_INCLUDE_GNU
#define __Ordering_h_INCLUDE_GNU
#ifndef __Ordering_h_GNUSTEP_BASE_INCLUDE
#define __Ordering_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <objc/objc.h>
@ -44,4 +44,4 @@
@end
#endif /* __Ordering_h_INCLUDE_GNU */
#endif /* __Ordering_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __Port_h_OBJECTS_INCLUDE
#define __Port_h_OBJECTS_INCLUDE
#ifndef __Port_h_GNUSTEP_BASE_INCLUDE
#define __Port_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/Coding.h>
@ -122,4 +122,4 @@ extern NSString *PortBecameInvalidNotification;
@end
#endif /* __Port_h_OBJECTS_INCLUDE */
#endif /* __Port_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __Proxy_h_OBJECTS_INCLUDE
#define __Proxy_h_OBJECTS_INCLUDE
#ifndef __Proxy_h_GNUSTEP_BASE_INCLUDE
#define __Proxy_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/Connection.h>
@ -79,4 +79,4 @@
- classForConnectedCoder: aRmc;
@end
#endif /* __Proxy_h_OBJECTS_INCLUDE */
#endif /* __Proxy_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __Queue_h_INCLUDE_GNU
#define __Queue_h_INCLUDE_GNU
#ifndef __Queue_h_GNUSTEP_BASE_INCLUDE
#define __Queue_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/CircularArray.h>
@ -34,4 +34,4 @@
@end
#endif /* __Queue_h_INCLUDE_GNU */
#endif /* __Queue_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __RBTree_h_INCLUDE_GNU
#define __RBTree_h_INCLUDE_GNU
#ifndef __RBTree_h_GNUSTEP_BASE_INCLUDE
#define __RBTree_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/BinaryTree.h>
@ -37,4 +37,4 @@
@end
#endif /* __RBTree_h_INCLUDE_GNU */
#endif /* __RBTree_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __RBTreeEltNode_h_INCLUDE_GNU
#define __RBTreeEltNode_h_INCLUDE_GNU
#ifndef __RBTreeEltNode_h_GNUSTEP_BASE_INCLUDE
#define __RBTreeEltNode_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/RBTreeNode.h>
@ -32,4 +32,4 @@
#include <gnustep/base/EltNode-h>
@end
#endif /* __RBTreeEltNode_h_INCLUDE_GNU */
#endif /* __RBTreeEltNode_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __RBTreeNode_h_INCLUDE_GNU
#define __RBTreeNode_h_INCLUDE_GNU
#ifndef __RBTreeNode_h_GNUSTEP_BASE_INCLUDE
#define __RBTreeNode_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/BinaryTreeNode.h>
@ -34,4 +34,4 @@
}
@end
#endif /* __RBTreeNode_h_INCLUDE_GNU */
#endif /* __RBTreeNode_h_GNUSTEP_BASE_INCLUDE */

View file

@ -24,8 +24,8 @@
/* Additive Congruential Method,
from Robert Sedgewick, "Algorithms" */
#ifndef __RNGAdditiveCongruential_h_INCLUDE_GNU
#define __RNGAdditiveCongruential_h_INCLUDE_GNU
#ifndef __RNGAdditiveCongruential_h_GNUSTEP_BASE_INCLUDE
#define __RNGAdditiveCongruential_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/RandomGenerating.h>
@ -41,4 +41,4 @@
@end
#endif /* __RNGAdditiveCongruential_h_INCLUDE_GNU */
#endif /* __RNGAdditiveCongruential_h_GNUSTEP_BASE_INCLUDE */

View file

@ -20,8 +20,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __RNGBerkeley_h_INCLUDE_GNU
#define __RNGBerkeley_h_INCLUDE_GNU
#ifndef __RNGBerkeley_h_GNUSTEP_BASE_INCLUDE
#define __RNGBerkeley_h_GNUSTEP_BASE_INCLUDE
/*
* Copyright (c) 1983 Regents of the University of California.
@ -71,4 +71,4 @@
@end
#endif /* __RNGBerkeley_h_INCLUDE_GNU */
#endif /* __RNGBerkeley_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __Random_h_INCLUDE_GNU
#define __Random_h_INCLUDE_GNU
#ifndef __Random_h_GNUSTEP_BASE_INCLUDE
#define __Random_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/RandomGenerating.h>
@ -66,4 +66,4 @@
@end
#endif /* __Random_h_INCLUDE_GNU */
#endif /* __Random_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __RandomGenerating_h_INCLUDE_GNU
#define __RandomGenerating_h_INCLUDE_GNU
#ifndef __RandomGenerating_h_GNUSTEP_BASE_INCLUDE
#define __RandomGenerating_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
@ -33,4 +33,4 @@
@end
#endif /* __RandomGenerating_h_INCLUDE_GNU */
#endif /* __RandomGenerating_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __RawCStream_h_OBJECTS_INCLUDE
#define __RawCStream_h_OBJECTS_INCLUDE
#ifndef __RawCStream_h_GNUSTEP_BASE_INCLUDE
#define __RawCStream_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/Stream.h>
@ -34,4 +34,4 @@
@end
#endif /* __RawCStream_h_OBJECTS_INCLUDE */
#endif /* __RawCStream_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __Retaining_h_OBJECTS_INCLUDE
#define __Retaining_h_OBJECTS_INCLUDE
#ifndef __Retaining_h_GNUSTEP_BASE_INCLUDE
#define __Retaining_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
@ -97,4 +97,4 @@
@end
#endif /* __Retaining_h_OBJECTS_INCLUDE */
#endif /* __Retaining_h_GNUSTEP_BASE_INCLUDE */

View file

@ -1,5 +1,5 @@
#ifndef __RunLoop_h_OBJECTS_INCLUDE
#define __RunLoop_h_OBJECTS_INCLUDE
#ifndef __RunLoop_h_GNUSTEP_BASE_INCLUDE
#define __RunLoop_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/NotificationDispatcher.h>
@ -59,4 +59,4 @@ extern id RunLoopDefaultMode;
- (void) getFds: (int*)fds count: (int*)count;
@end
#endif /* __RunLoop_h_OBJECTS_INCLUDE */
#endif /* __RunLoop_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __Set_h_OBJECTS_INCLUDE
#define __Set_h_OBJECTS_INCLUDE
#ifndef __Set_h_GNUSTEP_BASE_INCLUDE
#define __Set_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/Collection.h>
@ -50,4 +50,4 @@
@end
#endif /* __Set_h_OBJECTS_INCLUDE */
#endif /* __Set_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __SmallInt_h_INCLUDE_GNU
#define __SmallInt_h_INCLUDE_GNU
#ifndef __SmallInt_h_GNUSTEP_BASE_INCLUDE
#define __SmallInt_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
@ -36,4 +36,4 @@
@end
#endif /* __SmallInt_h_INCLUDE_GNU */
#endif /* __SmallInt_h_GNUSTEP_BASE_INCLUDE */

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __SocketPort_h_INCLUDE_GNU
#define __SocketPort_h_INCLUDE_GNU
#ifndef __SocketPort_h_GNUSTEP_BASE_INCLUDE
#define __SocketPort_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <gnustep/base/Port.h>
@ -57,4 +57,4 @@ typedef struct sockaddr_in sockport_t;
@end
#endif /* __SocketPort_h_INCLUDE_GNU */
#endif /* __SocketPort_h_GNUSTEP_BASE_INCLUDE */

Some files were not shown because too many files have changed in this diff Show more