]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/python/py-event.h
Normalize include guards in gdb
[thirdparty/binutils-gdb.git] / gdb / python / py-event.h
index 07b99d26857131e47a33620dd2940d83ba92296d..fb8057c2b03d655a8d12a984170feddfac2c9db5 100644 (file)
@@ -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 */