Mercurial > hg > xemacs-beta
comparison src/syntax.c @ 1726:a8d8f419b459
[xemacs-hg @ 2003-09-30 15:26:34 by james]
Add type information to xfree to avoid alias creation.
author | james |
---|---|
date | Tue, 30 Sep 2003 15:27:01 +0000 |
parents | 70921960b980 |
children | 54e1ecdc5778 |
comparison
equal
deleted
inserted
replaced
1725:7ff8f4d70aec | 1726:a8d8f419b459 |
---|---|
383 } | 383 } |
384 | 384 |
385 void | 385 void |
386 uninit_buffer_syntax_cache (struct buffer *buf) | 386 uninit_buffer_syntax_cache (struct buffer *buf) |
387 { | 387 { |
388 xfree (buf->syntax_cache); | 388 xfree (buf->syntax_cache, struct syntax_cache *); |
389 buf->syntax_cache = 0; | 389 buf->syntax_cache = 0; |
390 } | 390 } |
391 | 391 |
392 | 392 |
393 static void | 393 static void |