Mercurial > hg > xemacs-beta
comparison src/keymap.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 | e22b0213b713 |
children | 71477bc21fe8 |
comparison
equal
deleted
inserted
replaced
1725:7ff8f4d70aec | 1726:a8d8f419b459 |
---|---|
3806 | 3806 |
3807 if (NILP (firstonly)) | 3807 if (NILP (firstonly)) |
3808 result = Fnreverse (result); | 3808 result = Fnreverse (result); |
3809 | 3809 |
3810 if (c.keys_so_far_malloced) | 3810 if (c.keys_so_far_malloced) |
3811 xfree (c.keys_so_far); | 3811 xfree (c.keys_so_far, Lisp_Key_Data *); |
3812 return result; | 3812 return result; |
3813 } | 3813 } |
3814 | 3814 |
3815 | 3815 |
3816 /************************************************************************/ | 3816 /************************************************************************/ |