mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Use "atoz" instead of "????" in #ifndef and friends.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@912 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bf1c3a6d38
commit
78559c0672
1 changed files with 4 additions and 4 deletions
|
@ -24,6 +24,9 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __atoz_h_OBJECTS_INCLUDE
|
||||||
|
#define __atoz_h_OBJECTS_INCLUDE 1
|
||||||
|
|
||||||
/**** Included Headers *******************************************************/
|
/**** Included Headers *******************************************************/
|
||||||
|
|
||||||
#include <objects/callbacks.h>
|
#include <objects/callbacks.h>
|
||||||
|
@ -32,9 +35,6 @@
|
||||||
|
|
||||||
/**** Function Implementations ***********************************************/
|
/**** Function Implementations ***********************************************/
|
||||||
|
|
||||||
#ifndef __???_h_OBJECTS_INCLUDE
|
|
||||||
#define __???_h_OBJECTS_INCLUDE 1
|
|
||||||
|
|
||||||
/**** Included Headers *******************************************************/
|
/**** Included Headers *******************************************************/
|
||||||
|
|
||||||
#include <Foundation/NSObject.h>
|
#include <Foundation/NSObject.h>
|
||||||
|
@ -49,4 +49,4 @@
|
||||||
objects_allocs_t
|
objects_allocs_t
|
||||||
objects_allocs_for_zone (NSZone * zone);
|
objects_allocs_for_zone (NSZone * zone);
|
||||||
|
|
||||||
#endif /* __???_h_OBJECTS_INCLUDE */
|
#endif /* __atoz_h_OBJECTS_INCLUDE */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue