aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-stopevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/python/py-stopevent.h')
-rw-r--r--gdb/python/py-stopevent.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/python/py-stopevent.h b/gdb/python/py-stopevent.h
index f2dffbe..c6b7a7b 100644
--- a/gdb/python/py-stopevent.h
+++ b/gdb/python/py-stopevent.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 GDB_PY_STOPEVENT_H
-#define GDB_PY_STOPEVENT_H
+#ifndef PYTHON_PY_STOPEVENT_H
+#define PYTHON_PY_STOPEVENT_H
#include "py-event.h"
@@ -33,4 +33,4 @@ extern gdbpy_ref<> create_breakpoint_event_object (PyObject *breakpoint_list,
extern gdbpy_ref<> create_signal_event_object (enum gdb_signal stop_signal);
-#endif /* GDB_PY_STOPEVENT_H */
+#endif /* PYTHON_PY_STOPEVENT_H */