Make vc-test-svn03-working-revision pass
[emacs.git] / admin / coccinelle / unibyte_string.cocci
blob0ff8cafa15d9075260f1fd97cd0d39039e6acc17
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)