diff options
Diffstat (limited to 'editors/xemacs-devel-mule/files/patch-xgccache.c')
-rw-r--r-- | editors/xemacs-devel-mule/files/patch-xgccache.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/editors/xemacs-devel-mule/files/patch-xgccache.c b/editors/xemacs-devel-mule/files/patch-xgccache.c deleted file mode 100644 index bc0d7dbef59e..000000000000 --- a/editors/xemacs-devel-mule/files/patch-xgccache.c +++ /dev/null @@ -1,17 +0,0 @@ -Index: src/xgccache.c -=================================================================== -RCS file: /pack/xemacscvs/XEmacs/xemacs/src/xgccache.c,v -retrieving revision 1.13 -diff -u -r1.13 xgccache.c ---- src/xgccache.c 2005/11/26 11:46:11 1.13 -+++ src/xgccache.c 2006/02/16 20:18:18 -@@ -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 |