diff options
Diffstat (limited to 'gdb/inf-loop.h')
-rw-r--r-- | gdb/inf-loop.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/inf-loop.h b/gdb/inf-loop.h index ceabd14..f3dfac1 100644 --- a/gdb/inf-loop.h +++ b/gdb/inf-loop.h @@ -1,5 +1,5 @@ /* Interface to the inferior event handling code for GDB, the GNU debugger. - Copyright (C) 1999-2024 Free Software Foundation, Inc. + Copyright (C) 1999-2025 Free Software Foundation, Inc. Written by Elena Zannoni <ezannoni@cygnus.com> of Cygnus Solutions. This file is part of GDB. @@ -17,11 +17,11 @@ 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 INF_LOOP_H -#define INF_LOOP_H +#ifndef GDB_INF_LOOP_H +#define GDB_INF_LOOP_H #include "target.h" extern void inferior_event_handler (enum inferior_event_type event_type); -#endif /* #ifndef INF_LOOP_H */ +#endif /* GDB_INF_LOOP_H */ |