aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/python-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/python/python-internal.h')
-rw-r--r--gdb/python/python-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/python-internal.h b/gdb/python/python-internal.h
index b5c34b6..f47d48a 100644
--- a/gdb/python/python-internal.h
+++ b/gdb/python/python-internal.h
@@ -174,7 +174,7 @@ typedef unsigned long gdb_py_ulongest;
Wrap it ourselves, so that callers don't need to care. */
static inline void
-gdb_Py_DECREF (void *op)
+gdb_Py_DECREF (void *op) /* ARI: editCase function */
{
Py_DECREF (op);
}