Mercurial > hg > xemacs-beta
diff src/objects-tty.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 | a1e328407366 |
children | 04bc9d2f42c7 |
line wrap: on
line diff
--- a/src/objects-tty.c Mon Sep 29 21:53:04 2003 +0000 +++ b/src/objects-tty.c Tue Sep 30 15:27:01 2003 +0000 @@ -200,7 +200,7 @@ tty_finalize_color_instance (Lisp_Color_Instance *c) { if (c->data) - xfree (c->data); + xfree (c->data, void *); } static int @@ -287,7 +287,7 @@ tty_finalize_font_instance (Lisp_Font_Instance *f) { if (f->data) - xfree (f->data); + xfree (f->data, void *); } static Lisp_Object