vla: print "variable length" for unresolved dynamic bounds
[deliverable/binutils-gdb.git] / gdb / python / py-signalevent.c
index 40da31aa1bcc198bf49bdd14363a88e1f6383a2a..9e9cf23208da7eee39b8c6ff3ee2f664af9f268f 100644 (file)
@@ -1,6 +1,6 @@
 /* Python interface to inferior signal stop events.
 
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
+#include "defs.h"
 #include "py-stopevent.h"
 
-static PyTypeObject signal_event_object_type;
+static PyTypeObject signal_event_object_type
+    CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF ("event_object");
 
 PyObject *
 create_signal_event_object (enum gdb_signal stop_signal)
This page took 0.024488 seconds and 4 git commands to generate.