diff options
Diffstat (limited to 'gdb/python/py-events.h')
-rw-r--r-- | gdb/python/py-events.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/python/py-events.h b/gdb/python/py-events.h index e628e0f..b44c437 100644 --- a/gdb/python/py-events.h +++ b/gdb/python/py-events.h @@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef PYTHON_PY_EVENTS_H -#define PYTHON_PY_EVENTS_H +#ifndef GDB_PYTHON_PY_EVENTS_H +#define GDB_PYTHON_PY_EVENTS_H #include "command.h" #include "python-internal.h" @@ -54,4 +54,4 @@ extern events_object gdb_py_events; extern eventregistry_object *create_eventregistry_object (void); extern bool evregpy_no_listeners_p (eventregistry_object *registry); -#endif /* PYTHON_PY_EVENTS_H */ +#endif /* GDB_PYTHON_PY_EVENTS_H */ |