Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
1725:7ff8f4d70aec | 1726:a8d8f419b459 |
---|---|
1673 if (add_failed) | 1673 if (add_failed) |
1674 goto oops_no_more_space; | 1674 goto oops_no_more_space; |
1675 break; | 1675 break; |
1676 case PROP_STRING: | 1676 case PROP_STRING: |
1677 if (pb->data.p_string.str) | 1677 if (pb->data.p_string.str) |
1678 xfree (pb->data.p_string.str); | 1678 xfree (pb->data.p_string.str, Ibyte *); |
1679 /* #### bogus bogus -- this doesn't do anything! | 1679 /* #### bogus bogus -- this doesn't do anything! |
1680 Should probably call add_ibyte_string_runes(), | 1680 Should probably call add_ibyte_string_runes(), |
1681 once that function is fixed. */ | 1681 once that function is fixed. */ |
1682 break; | 1682 break; |
1683 case PROP_MINIBUF_PROMPT: | 1683 case PROP_MINIBUF_PROMPT: |