aboutsummaryrefslogtreecommitdiff
path: root/gdb/event-top.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/event-top.h')
-rw-r--r--gdb/event-top.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/event-top.h b/gdb/event-top.h
index d590552..c1e2eda 100644
--- a/gdb/event-top.h
+++ b/gdb/event-top.h
@@ -19,8 +19,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 EVENT_TOP_H
-#define EVENT_TOP_H
+#ifndef GDB_EVENT_TOP_H
+#define GDB_EVENT_TOP_H
#include <signal.h>
@@ -167,4 +167,4 @@ class scoped_segv_handler_restore
segv_handler_t m_old_handler;
};
-#endif
+#endif /* GDB_EVENT_TOP_H */