mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
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:
parent
68df7a7ebf
commit
dbf75faa59
2 changed files with 5 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue