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:
Andrew McCallum 1996-02-13 14:29:00 +00:00
parent 34e56a8b7d
commit 62bed6da4c

View file

@ -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 */