]> git.eshelyaron.com Git - emacs.git/commit
Remove redundant casts from void* with malloc functions
authorStefan Kangas <stefankangas@gmail.com>
Wed, 10 Jan 2024 07:18:22 +0000 (08:18 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Wed, 10 Jan 2024 13:48:00 +0000 (14:48 +0100)
commit1a2fa8f413ffacc2490f4c46b3bbfc37b16fbd04
treef0868b829ce2be1e5fe609a4e86f045097bd3766
parent83ee584052f063cc802fca427c42ece2d5091ca5
Remove redundant casts from void* with malloc functions

* src/msdos.c (IT_menu_make_room):
* src/pgtkterm.c (pgtk_define_fringe_bitmap):
* src/w16select.c (set_clipboard_data):
* src/w32term.c (w32_define_fringe_bitmap):
* src/w32uniscribe.c (uniscribe_shape): Remove redundant cast from
void* with xrealloc.
* admin/coccinelle/alloc_cast.cocci: New semantic patch.
admin/coccinelle/alloc_cast.cocci [new file with mode: 0644]
src/msdos.c
src/pgtkterm.c
src/w16select.c
src/w32term.c
src/w32uniscribe.c