Improve documentation of p-s-p-scroll-down-page
[emacs.git] / admin / coccinelle / alloc_cast.cocci
blob91810dbc7e44e7c4ec8360eb79cc1ec0f99d60ff
1 // Remove redundant casts from memory allocation functions.
2 @@
3 type T;
4 @@
5 -(T *)
6  \(xmalloc\|xzalloc\|xrealloc\|xpalloc\|xnrealloc\)(...)