diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-03-16 08:15:32 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-03-16 08:15:32 +0000 |
commit | 94c5b748fad40cb66e0c7b6f600c5bc1ac30ebff (patch) | |
tree | 2556922d60a252781bc97def17ced435d871390f /editors/xemacs-devel-mule/files/patch-xgccache.c | |
parent | Add fixrtf, an utility that is intended for use with the (diff) |
- Update to 21.5-b25 "eggplant".
- Fix build with gtk support.
- Disable experimental features and add this features to WITH_EXPERIMENTAL
option(it's improve perfomance and stability in default build).
Notes
Notes:
svn path=/head/; revision=157388
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 |