comparison src/syntax.c @ 4990:8f0cf4fd3d2c

Automatic merge
author Ben Wing <ben@xemacs.org>
date Sat, 06 Feb 2010 04:01:46 -0600
parents 16112448d484
children ae48681c47fa
comparison
equal deleted inserted replaced
4989:d2ec55325515 4990:8f0cf4fd3d2c
549 549
550 void 550 void
551 uninit_buffer_syntax_cache (struct buffer *UNUSED_IF_NEW_GC (buf)) 551 uninit_buffer_syntax_cache (struct buffer *UNUSED_IF_NEW_GC (buf))
552 { 552 {
553 #ifndef NEW_GC 553 #ifndef NEW_GC
554 xfree (buf->syntax_cache, struct syntax_cache *); 554 xfree (buf->syntax_cache);
555 buf->syntax_cache = 0; 555 buf->syntax_cache = 0;
556 #endif /* not NEW_GC */ 556 #endif /* not NEW_GC */
557 } 557 }
558 558
559 /* extent-specific APIs used in extents.c and insdel.c */ 559 /* extent-specific APIs used in extents.c and insdel.c */