mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-29 11:31:11 +00:00
Prepend `o-' in #include.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1512 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f82634b0b3
commit
caeb6db5ad
5 changed files with 9 additions and 9 deletions
|
@ -82,8 +82,8 @@ struct _o_array_enumerator
|
||||||
|
|
||||||
/** Basics **/
|
/** Basics **/
|
||||||
|
|
||||||
#include <gnustep/base/array-bas.h>
|
#include <gnustep/base/o-array-bas.h>
|
||||||
#include <gnustep/base/array-cbs.h>
|
#include <gnustep/base/o-array-cbs.h>
|
||||||
|
|
||||||
/** Creating **/
|
/** Creating **/
|
||||||
|
|
||||||
|
|
|
@ -115,8 +115,8 @@ struct _o_hash_enumerator
|
||||||
/* All the structures (hashes, maps, lists, and arrays) have
|
/* All the structures (hashes, maps, lists, and arrays) have
|
||||||
* the same basic ideas behind them. */
|
* the same basic ideas behind them. */
|
||||||
|
|
||||||
#include <gnustep/base/hash-bas.h>
|
#include <gnustep/base/o-hash-bas.h>
|
||||||
#include <gnustep/base/hash-cbs.h>
|
#include <gnustep/base/o-hash-cbs.h>
|
||||||
|
|
||||||
/** Callbacks... **/
|
/** Callbacks... **/
|
||||||
|
|
||||||
|
|
|
@ -82,8 +82,8 @@ struct _o_list_enumerator
|
||||||
|
|
||||||
/** Basics **/
|
/** Basics **/
|
||||||
|
|
||||||
#include <gnustep/base/list-bas.h>
|
#include <gnustep/base/o-list-bas.h>
|
||||||
#include <gnustep/base/list-cbs.h>
|
#include <gnustep/base/o-list-cbs.h>
|
||||||
|
|
||||||
/** Creating **/
|
/** Creating **/
|
||||||
|
|
||||||
|
|
|
@ -118,8 +118,8 @@ struct _o_map_enumerator
|
||||||
/* All the structures (hashes, maps, lists, and arrays) have
|
/* All the structures (hashes, maps, lists, and arrays) have
|
||||||
* the same basic ideas behind them. */
|
* the same basic ideas behind them. */
|
||||||
|
|
||||||
#include <gnustep/base/map-bas.h>
|
#include <gnustep/base/o-map-bas.h>
|
||||||
#include <gnustep/base/map-cbs.h>
|
#include <gnustep/base/o-map-cbs.h>
|
||||||
|
|
||||||
/** Callbacks... **/
|
/** Callbacks... **/
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
/**** Included Headers *******************************************************/
|
/**** Included Headers *******************************************************/
|
||||||
|
|
||||||
#include <gnustep/base/callbacks.h>
|
#include <gnustep/base/callbacks.h>
|
||||||
#include <gnustep/base/@YY@.h>
|
#include <gnustep/base/o-@YY@.h>
|
||||||
|
|
||||||
/**** Type, Constant, and Macro Definitions **********************************/
|
/**** Type, Constant, and Macro Definitions **********************************/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue