Commented out the MEM_PROFILE and MEM_CHECK from gmem.c, causing problems
with GdkImages. Updates some .cvsignores -Yosh
This commit is contained in:
parent
bcecbbd1be
commit
f522f36dd1
@ -4,6 +4,6 @@ Makefile.in
|
||||
.deps
|
||||
_libs
|
||||
.libs
|
||||
libgdk.la
|
||||
libgdk-1.1.la
|
||||
gdkcursors.h
|
||||
gdkkeysyms.h
|
||||
|
@ -5,7 +5,7 @@ configure
|
||||
aclocal.m4
|
||||
.deps
|
||||
_libs
|
||||
libglib.la
|
||||
libglib-1.1.la
|
||||
config.log
|
||||
glibconfig.h
|
||||
glib.h
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Jun 6 14:09:22 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gmem.c: commented out MEM_PROFILE and MEM_CHECK, causing weird
|
||||
problems
|
||||
|
||||
Mon Jun 1 04:43:27 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* ghash.c (g_hash_table_insert): wrote a comment describing why
|
||||
|
@ -21,8 +21,8 @@
|
||||
#include "glib.h"
|
||||
|
||||
|
||||
#define MEM_PROFILE
|
||||
#define MEM_CHECK
|
||||
/* #define MEM_PROFILE */
|
||||
/* #define MEM_CHECK */
|
||||
|
||||
|
||||
#define MAX_MEM_AREA 65536L
|
||||
|
@ -4,10 +4,11 @@ Makefile.in
|
||||
.deps
|
||||
_libs
|
||||
.libs
|
||||
libgtk.la
|
||||
libgtk-1.1.la
|
||||
testgtk
|
||||
testinput
|
||||
testselection
|
||||
simple
|
||||
testtree
|
||||
gtkfeatures.h
|
||||
testthreads
|
||||
|
Loading…
Reference in New Issue
Block a user