repo.or.cz
/
emacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from origin/emacs-24
[emacs.git]
/
admin
/
coccinelle
/
unibyte_string.cocci
blob
0ff8cafa15d9075260f1fd97cd0d39039e6acc17
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)