* python/py-arch.c (arch_object_type): Use
[deliverable/binutils-gdb.git] / gdb / python / py-exitedevent.c
index 725518bca23cc32c0d2cf009f1a1be1f97388147..49c3100c6588e9d0a2f219684baedf8e63fbdbb4 100644 (file)
@@ -20,7 +20,8 @@
 #include "defs.h"
 #include "py-event.h"
 
-static PyTypeObject exited_event_object_type;
+static PyTypeObject exited_event_object_type
+    CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF ("event_object");
 
 static PyObject *
 create_exited_event_object (const LONGEST *exit_code, struct inferior *inf)
This page took 0.024532 seconds and 4 git commands to generate.