mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +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
34e56a8b7d
commit
62bed6da4c
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 *******************************************************/
|
||||
|
||||
#include <objects/callbacks.h>
|
||||
|
@ -32,9 +35,6 @@
|
|||
|
||||
/**** Function Implementations ***********************************************/
|
||||
|
||||
#ifndef __???_h_OBJECTS_INCLUDE
|
||||
#define __???_h_OBJECTS_INCLUDE 1
|
||||
|
||||
/**** Included Headers *******************************************************/
|
||||
|
||||
#include <Foundation/NSObject.h>
|
||||
|
@ -49,4 +49,4 @@
|
|||
objects_allocs_t
|
||||
objects_allocs_for_zone (NSZone * zone);
|
||||
|
||||
#endif /* __???_h_OBJECTS_INCLUDE */
|
||||
#endif /* __atoz_h_OBJECTS_INCLUDE */
|
||||
|
|
Loading…
Reference in a new issue