diff --git a/ChangeLog b/ChangeLog index d6ff9c797..142fcf87a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Jul 20 10:37:22 1998 Adam Fedor + + * config.h: Use NSDebugLog def from Foundation/NSObjCRuntime.h + Tues July 18 1998 Felipe A. Rodriguez * Source/NSBrowser.m fixed bug where column matrix was getting released diff --git a/Headers/gnustep/gui/config.h b/Headers/gnustep/gui/config.h index 1165c2407..d33552832 100644 --- a/Headers/gnustep/gui/config.h +++ b/Headers/gnustep/gui/config.h @@ -30,13 +30,7 @@ #include /* Define NSDebugLog if not defined */ -#ifndef NSDebugLog -# ifdef DEBUGLOG -# define NSDebugLog(format, args...) NSLog(format, ## args) -# else -# define NSDebugLog(format, args...) -# endif -#endif /* !NSDebugLog */ +#include extern BOOL initialize_gnustep_backend (void);