Merge from emacs-24; up to 2012-12-26T16:22:18Z!michael.albinus@gmx.de
[bpt/emacs.git] / admin / coccinelle / unibyte_string.cocci
1 // make_unibyte_string (str, strlen (str)) -> build_unibyte_string (str)
2 @@
3 identifier I;
4 @@
5 - make_unibyte_string (I, strlen (I))
6 + build_unibyte_string (I)