summaryrefslogtreecommitdiffstats
path: root/lib2to3c/RO.cocci
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2010-03-05 19:06:29 -0500
committerDavid Malcolm <dmalcolm@redhat.com>2010-03-05 19:06:29 -0500
commite4c495a8b6d9727de99b35bddf70f2c942e7f8b9 (patch)
tree0b41afa08d135b80f55195eb9cefb4a8bd643fa7 /lib2to3c/RO.cocci
parent234a10d5bc133f9963db58fd4c08715fe43c2b94 (diff)
download2to3c-master.tar.gz
2to3c-master.tar.xz
2to3c-master.zip
Rename "fixes" -> "lib2to3c"; start writing a setup.pyHEADmaster
Diffstat (limited to 'lib2to3c/RO.cocci')
-rw-r--r--lib2to3c/RO.cocci5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib2to3c/RO.cocci b/lib2to3c/RO.cocci
new file mode 100644
index 0000000..14e0229
--- /dev/null
+++ b/lib2to3c/RO.cocci
@@ -0,0 +1,5 @@
+// structmember.h lost the #define alias RO for READONLY; replace accordingly:
+@@
+@@
+-RO
++READONLY \ No newline at end of file