Rename #ifndef macro name.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1447 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-04-17 19:35:09 +00:00
parent 2b60d4a541
commit 4b4e194333

View file

@ -23,8 +23,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __LibobjectsMain_h_OBJECTS_INCLUDE
#define __LibobjectsMain_h_OBJECTS_INCLUDE
#ifndef __fake_main_h_GNUSTEP_BASE_INCLUDE
#define __fake_main_h_GNUSTEP_BASE_INCLUDE
/*
Several Foundation classes (NSBundle, NSProcessInfo, ...) need access
@ -60,6 +60,7 @@ extern int gnustep_base_user_main (/* int argc, char *argv[] */);
to participate in the standardization committee for C-- v.6.0 as
responsible for the new Tab-Overriding-Operator and Scope-Sensitive-
Comments ... but this makes my situation even worse ;-)
- Georg
*/
#endif /* __LibobjectsMain_h_OBJECTS_INCLUDE */
#endif /* __fake_main_h_GNUSTEP_BASE_INCLUDE */