aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-event.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/python/py-event.h')
-rw-r--r--gdb/python/py-event.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/python/py-event.h b/gdb/python/py-event.h
index 07b99d2..fb8057c 100644
--- a/gdb/python/py-event.h
+++ b/gdb/python/py-event.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_EVENT_H
-#define GDB_PY_EVENT_H
+#ifndef PYTHON_PY_EVENT_H
+#define PYTHON_PY_EVENT_H
#include "py-events.h"
#include "command.h"
@@ -83,4 +83,4 @@ extern int evpy_add_attribute (PyObject *event,
int gdbpy_initialize_event_generic (PyTypeObject *type, const char *name)
CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION;
-#endif /* GDB_PY_EVENT_H */
+#endif /* PYTHON_PY_EVENT_H */