From 49a8461db86081af4f76289427c673ff302dc1fd Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Thu, 1 Mar 2012 21:06:54 +0000 Subject: 2012-03-01 Pedro Alves * python/py-breakpoint.c: Include python.h. * python/py-continueevent.c (create_continue_event_object): Make static. * python/py-lazy-string.c (stpy_get_type): Make static. * python/py-newobjfileevent.c (create_new_objfile_event_object): Make static. * python/py-utils.c (unicode_to_target_python_string): Make static. * python/py-value.c: Include python.h. --- gdb/python/py-continueevent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/python/py-continueevent.c') diff --git a/gdb/python/py-continueevent.c b/gdb/python/py-continueevent.c index 4582fb5..2a1524e 100644 --- a/gdb/python/py-continueevent.c +++ b/gdb/python/py-continueevent.c @@ -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); -- cgit v1.1