First Coccinelle semantic patch.
authorDmitry Antipov <dmantipov@yandex.ru>
Sun, 24 Jun 2012 16:18:41 +0000 (20:18 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Sun, 24 Jun 2012 16:18:41 +0000 (20:18 +0400)
commit3c9359dfe479a7fa1b161ad86afe571f66b23617
tree7fe79b5ff729775cbf3b68dba90fffbb94b743af
parent772b2e2ce207fd747583aa51e3495aa37b1eede1
First Coccinelle semantic patch.
* coccinelle: New subdirectory
* coccinelle/README: Documentation stub.
* coccinelle/vector_contents.cocci: Semantic patch to replace direct
access to `contents' member of Lisp_Vector objects with AREF and ASET
where appropriate.
admin/ChangeLog
admin/coccinelle/README [new file with mode: 0644]
admin/coccinelle/vector_contents.cocci [new file with mode: 0644]