Add o- prefix.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1495 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-05-06 19:40:26 +00:00
parent 1daf82a5fe
commit 42b38028bd
12 changed files with 16 additions and 16 deletions

View file

@ -30,7 +30,7 @@
#include <Foundation/NSObject.h>
#include <Foundation/NSString.h>
#include <Foundation/NSArray.h>
#include <gnustep/base/hash.h>
#include <gnustep/base/o-hash.h>
/**** Type, Constant, and Macro Definitions **********************************/

View file

@ -30,7 +30,7 @@
#include <Foundation/NSObject.h>
#include <Foundation/NSString.h>
#include <Foundation/NSArray.h>
#include <gnustep/base/map.h>
#include <gnustep/base/o-map.h>
/**** Type, Constant, and Macro Definitions **********************************/

View file

@ -30,7 +30,7 @@
#include <stdlib.h>
#include <Foundation/NSZone.h>
#include <gnustep/base/callbacks.h>
#include <gnustep/base/hash.h>
#include <gnustep/base/o-hash.h>
/**** Type, Constant, and Macro Definitions **********************************/

View file

@ -29,8 +29,8 @@
#include <Foundation/NSZone.h>
#include <gnustep/base/callbacks.h>
#include <gnustep/base/hash.h>
#include <gnustep/base/array.h>
#include <gnustep/base/o-hash.h>
#include <gnustep/base/o-array.h>
/**** Type, Constant, and Macro Definitions **********************************/

View file

@ -29,7 +29,7 @@
#include <Foundation/NSZone.h>
#include <gnustep/base/callbacks.h>
#include <gnustep/base/hash.h>
#include <gnustep/base/o-hash.h>
/**** Type, Constant, and Macro Definitions **********************************/

View file

@ -29,7 +29,7 @@
#include <Foundation/NSArray.h>
#include <Foundation/NSException.h>
#include <Foundation/NSHashTable.h>
#include <gnustep/base/hash.h>
#include <gnustep/base/o-hash.h>
#include "NSCallBacks.h"
/**** Type, Constant, and Macro Definitions **********************************/

View file

@ -29,7 +29,7 @@
#include <Foundation/NSArray.h>
#include <Foundation/NSException.h>
#include <Foundation/NSMapTable.h>
#include <gnustep/base/map.h>
#include <gnustep/base/o-map.h>
#include "NSCallBacks.h"
/**** Type, Constant, and Macro Definitions **********************************/

View file

@ -28,7 +28,7 @@
#include <sys/time.h>
#endif /* !WIN32 */
#include <objc/hash.h>
#include <objc/o-hash.h>
#include <gnustep/base/Lock.h>
#include <objc/List.h>
#include <gnustep/base/Connection.h>

View file

@ -26,8 +26,8 @@
#include <Foundation/NSZone.h>
#include <gnustep/base/callbacks.h>
#include <gnustep/base/array.h>
#include <gnustep/base/hash.h>
#include <gnustep/base/o-array.h>
#include <gnustep/base/o-hash.h>
/**** Function Implementations ***********************************************/

View file

@ -27,7 +27,7 @@
#include <Foundation/NSZone.h>
#include <gnustep/base/callbacks.h>
#include <gnustep/base/numbers.h>
#include <gnustep/base/hash.h>
#include <gnustep/base/o-hash.h>
/**** Function Implementations ***********************************************/

View file

@ -26,8 +26,8 @@
#include <Foundation/NSZone.h>
#include <gnustep/base/callbacks.h>
#include <gnustep/base/list.h>
#include <gnustep/base/hash.h>
#include <gnustep/base/o-list.h>
#include <gnustep/base/o-hash.h>
/**** Function Implementations ***********************************************/

View file

@ -26,8 +26,8 @@
#include <Foundation/NSZone.h>
#include <gnustep/base/callbacks.h>
#include <gnustep/base/hash.h>
#include <gnustep/base/map.h>
#include <gnustep/base/o-hash.h>
#include <gnustep/base/o-map.h>
/**** Function Implementations ***********************************************/