2012-03-01 Pedro Alves <palves@redhat.com>

* 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.
This commit is contained in:
Pedro Alves 2012-03-01 21:06:54 +00:00
parent 9079102fe5
commit 49a8461db8
7 changed files with 18 additions and 4 deletions

View file

@ -21,7 +21,7 @@
static PyTypeObject new_objfile_event_object_type;
PyObject *
static PyObject *
create_new_objfile_event_object (struct objfile *objfile)
{
PyObject *objfile_event;