* python/py-arch.c (arch_object_type): Use
[deliverable/binutils-gdb.git] / gdb / python / py-function.c
index bd25263da8e77a7caeb4783d48c48cf2dd4e22f6..e2ba19fce39abf1e255433689981f07496e176d2 100644 (file)
@@ -29,7 +29,8 @@
 #include "expression.h"
 #include "language.h"
 
-static PyTypeObject fnpy_object_type;
+static PyTypeObject fnpy_object_type
+    CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF ("PyObject");
 
 \f
 
This page took 0.034309 seconds and 4 git commands to generate.