Let the ARI know gdb_Py_DECREF is OK.
authorPedro Alves <palves@redhat.com>
Wed, 22 May 2013 09:31:44 +0000 (09:31 +0000)
committerPedro Alves <palves@redhat.com>
Wed, 22 May 2013 09:31:44 +0000 (09:31 +0000)
commitac90359cdce0c994537301749278c962c7407f7b
tree1a3642b5e4f0a927325f1887ea6922cd1f376c5f
parentad3d91277b03836774688242a5e5cca6b6db6a4f
Let the ARI know gdb_Py_DECREF is OK.

The ARI complains with:

> gdb/python/python-internal.h:177: code: editCase function: Function name starts lower case but has uppercased letters.
gdb/python/python-internal.h:177:gdb_Py_DECREF (void *op)

gdb_Py_DECREF is just wrapping a python macro that happens to be mixed case.

gdb/
2013-05-22  Pedro Alves  <palves@redhat.com>

* python/python-internal.h (gdb_Py_DECREF): Tag with
"ARI: editCase function".
gdb/ChangeLog
gdb/python/python-internal.h
This page took 0.026908 seconds and 4 git commands to generate.