mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 23:31:55 -08:00
* 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.
3 lines
177 B
Text
3 lines
177 B
Text
This directory contains semantic patches for Coccinelle, a program matching
|
|
and transformation tool for programs written in C. For more details, see
|
|
http://coccinelle.lip6.fr.
|