mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 12:11:54 +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
6759387bf1
commit
c70c7321e0
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>
|
Tues July 18 1998 Felipe A. Rodriguez <far@ix.netcom.com>
|
||||||
|
|
||||||
* Source/NSBrowser.m fixed bug where column matrix was getting released
|
* Source/NSBrowser.m fixed bug where column matrix was getting released
|
||||||
|
|
|
@ -30,13 +30,7 @@
|
||||||
#include <Foundation/NSGeometry.h>
|
#include <Foundation/NSGeometry.h>
|
||||||
|
|
||||||
/* Define NSDebugLog if not defined */
|
/* Define NSDebugLog if not defined */
|
||||||
#ifndef NSDebugLog
|
#include <Foundation/NSObjCRuntime.h>
|
||||||
# ifdef DEBUGLOG
|
|
||||||
# define NSDebugLog(format, args...) NSLog(format, ## args)
|
|
||||||
# else
|
|
||||||
# define NSDebugLog(format, args...)
|
|
||||||
# endif
|
|
||||||
#endif /* !NSDebugLog */
|
|
||||||
|
|
||||||
extern BOOL initialize_gnustep_backend (void);
|
extern BOOL initialize_gnustep_backend (void);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue