* etc/FOR-RELEASE: Mention generated files.
[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)