aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2012-03-01 21:06:54 +0000
committerPedro Alves <palves@redhat.com>2012-03-01 21:06:54 +0000
commit49a8461db86081af4f76289427c673ff302dc1fd (patch)
treec6e77ab82cf7a4715a3a7089d3f132dcf74e5e2a /gdb/python/py-newobjfileevent.c
parent2012-03-01 Pedro Alves <palves@redhat.com> (diff)
downloadbinutils-gdb-49a8461db86081af4f76289427c673ff302dc1fd.tar.gz
binutils-gdb-49a8461db86081af4f76289427c673ff302dc1fd.tar.bz2
binutils-gdb-49a8461db86081af4f76289427c673ff302dc1fd.zip
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.
Diffstat (limited to 'gdb/python/py-newobjfileevent.c')
-rw-r--r--gdb/python/py-newobjfileevent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/py-newobjfileevent.c b/gdb/python/py-newobjfileevent.c
index 1e26b044b42..d014be60961 100644
--- a/gdb/python/py-newobjfileevent.c
+++ b/gdb/python/py-newobjfileevent.c
@@ -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;