Mercurial > hg > xemacs-beta
diff src/redisplay.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 | a19b0eb5dfc1 |
children | 04bc9d2f42c7 |
line wrap: on
line diff
--- a/src/redisplay.c Mon Sep 29 21:53:04 2003 +0000 +++ b/src/redisplay.c Tue Sep 30 15:27:01 2003 +0000 @@ -1675,7 +1675,7 @@ break; case PROP_STRING: if (pb->data.p_string.str) - xfree (pb->data.p_string.str); + xfree (pb->data.p_string.str, Ibyte *); /* #### bogus bogus -- this doesn't do anything! Should probably call add_ibyte_string_runes(), once that function is fixed. */