Mercurial > hg > xemacs-beta
changeset 3243:ea87f3f1e3ff
[xemacs-hg @ 2006-02-17 11:19:17 by crestani]
Remove "Cache full" warning
author | crestani |
---|---|
date | Fri, 17 Feb 2006 11:19:19 +0000 |
parents | ebe36a266d64 |
children | abb19fe41ce8 |
files | src/ChangeLog src/xgccache.c |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu Feb 16 22:51:50 2006 +0000 +++ b/src/ChangeLog Fri Feb 17 11:19:19 2006 +0000 @@ -1,3 +1,7 @@ +2006-02-16 Marcus Crestani <crestani@xemacs.org> + + * xgccache.c (gc_cache_lookup): Remove "Cache full" warning. + 2006-01-21 Marcus Crestani <crestani@xemacs.org> * mc-alloc.c (init_mc_allocator): Cygwin claims to have a 64k
--- a/src/xgccache.c Thu Feb 16 22:51:50 2006 +0000 +++ b/src/xgccache.c Fri Feb 17 11:19:19 2006 +0000 @@ -233,7 +233,9 @@ cache->head = cell->next; cache->head->prev = 0; if (cache->tail == cell) cache->tail = 0; /* only one */ +#if 0 debug_out ("Cache full, freeing GC: %08lx\n ", XE_GCONTEXT(cell)); +#endif XFreeGC (cache->dpy, cell->gc); cache->delete_count++; #ifdef GCCACHE_HASH