don't let bin2hex call strlen
[deliverable/binutils-gdb.git] / gdb / python / py-threadevent.c
index 7e13f14b4a1c05a3fac55c4537cf20c6f5508cc7..43fd83dd42438b71078b5d0ead331c810b11faf3 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -24,6 +24,9 @@
    This function returns the currently stopped thread in non-stop mode and
    Py_None otherwise.  In each case it returns a borrowed reference.  */
 
+static PyObject *get_event_thread (void)
+  CPYCHECKER_RETURNS_BORROWED_REF;
+
 static PyObject *
 get_event_thread (void)
 {
This page took 0.024428 seconds and 4 git commands to generate.