2011-06-16 Tristan Gingold <gingold@adacore.com>

* python/py-events.h (gdb_py_events): Make it extern.
	* python/py-evtregistry.c (gdb_py_events): Declare.
This commit is contained in:
Tristan Gingold 2011-06-16 05:54:09 +00:00
parent 864ac8a76c
commit eed8f803b1
3 changed files with 8 additions and 1 deletions

View file

@ -21,6 +21,8 @@
#include "command.h"
#include "py-events.h"
events_object gdb_py_events;
static PyTypeObject eventregistry_object_type;
/* Implementation of EventRegistry.connect () -> NULL.