diff options
Diffstat (limited to 'gdb/frame-id.h')
-rw-r--r-- | gdb/frame-id.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/frame-id.h b/gdb/frame-id.h index 0d03b47..1828468 100644 --- a/gdb/frame-id.h +++ b/gdb/frame-id.h @@ -1,6 +1,6 @@ /* Definitions for dealing with stack frames, for GDB, the GNU debugger. - Copyright (C) 1986-2024 Free Software Foundation, Inc. + Copyright (C) 1986-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef GDB_FRAME_ID_H -#define GDB_FRAME_ID_H 1 +#define GDB_FRAME_ID_H /* Status of a given frame's stack. */ @@ -140,4 +140,4 @@ is_sentinel_frame_id (frame_id id) return id.stack_status == FID_STACK_SENTINEL; } -#endif /* ifdef GDB_FRAME_ID_H */ +#endif /* GDB_FRAME_ID_H */ |