2012-03-01 Pedro Alves <palves@redhat.com>
[deliverable/binutils-gdb.git] / gdb / python / py-continueevent.c
index 4582fb5ab9a36c0e38c870e340f65e6f31158fc4..2a1524e4c476d1b146171cf0443b1dc85d2a1464 100644 (file)
@@ -21,7 +21,7 @@
 
 static PyTypeObject continue_event_object_type;
 
-PyObject *
+static PyObject *
 create_continue_event_object (void)
 {
   return create_thread_event_object (&continue_event_object_type);
This page took 0.040782 seconds and 4 git commands to generate.