Merge from emacs-24; up to 2014-03-24T03:06:35Z!dancol@dancol.org
[bpt/emacs.git] / admin / coccinelle / unibyte_string.cocci
CommitLineData
d7ea76b4
DA
1// make_unibyte_string (str, strlen (str)) -> build_unibyte_string (str)
2@@
3identifier I;
4@@
5- make_unibyte_string (I, strlen (I))
6+ build_unibyte_string (I)