From c70c7321e04352e36fe7cf9f3e245d5c98de3fe6 Mon Sep 17 00:00:00 2001 From: fedor Date: Mon, 20 Jul 1998 15:25:47 +0000 Subject: [PATCH] Improved making. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2858 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 4 ++++ Headers/gnustep/gui/config.h | 8 +------- 2 files changed, 5 insertions(+), 7 deletions(-) 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);