diff src/buffer.c @ 4141:77138fc618a9

[xemacs-hg @ 2007-08-24 13:03:04 by crestani] 2007-08-17 Marcus Crestani <crestani@xemacs.org> * buffer.c (Fkill_buffer): * objects-tty.c (tty_finalize_color_instance): * objects-tty.c (tty_finalize_font_instance): * objects-tty.c (console_type_create_objects_tty): * syntax.c (uninit_buffer_syntax_cache): Keep functions that do nothing for NEW_GC instead of removing them.
author crestani
date Fri, 24 Aug 2007 13:03:07 +0000
parents 229bd619740a
children a5210e70ffbe
line wrap: on
line diff
--- a/src/buffer.c	Thu Aug 23 21:51:35 2007 +0000
+++ b/src/buffer.c	Fri Aug 24 13:03:07 2007 +0000
@@ -1348,9 +1348,7 @@
       }
 
     uninit_buffer_markers (b);
-#ifndef NEW_GC
     uninit_buffer_syntax_cache (b);
-#endif /* not NEW_GC */
 
     kill_buffer_local_variables (b);