Improved making.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2858 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 1998-07-20 15:25:47 +00:00
parent 68df7a7ebf
commit dbf75faa59
2 changed files with 5 additions and 7 deletions

View file

@ -1,3 +1,7 @@
Mon Jul 20 10:37:22 1998 Adam Fedor <fedor@ultra.doc.com>
* config.h: Use NSDebugLog def from Foundation/NSObjCRuntime.h
Tues July 18 1998 Felipe A. Rodriguez <far@ix.netcom.com>
* Source/NSBrowser.m fixed bug where column matrix was getting released

View file

@ -30,13 +30,7 @@
#include <Foundation/NSGeometry.h>
/* 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 <Foundation/NSObjCRuntime.h>
extern BOOL initialize_gnustep_backend (void);