diff options
Diffstat (limited to 'gdb/linespec.h')
-rw-r--r-- | gdb/linespec.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/linespec.h b/gdb/linespec.h index 18f491d..c5cb127 100644 --- a/gdb/linespec.h +++ b/gdb/linespec.h @@ -1,5 +1,5 @@ /* Header for GDB line completion. - Copyright (C) 2000-2024 Free Software Foundation, Inc. + Copyright (C) 2000-2025 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -14,8 +14,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/>. */ -#if !defined (LINESPEC_H) -#define LINESPEC_H 1 +#ifndef GDB_LINESPEC_H +#define GDB_LINESPEC_H struct symtab; @@ -201,4 +201,4 @@ extern void linespec_complete_label (completion_tracker &tracker, advancing EXP_PTR past any parsed text. */ extern CORE_ADDR linespec_expression_to_pc (const char **exp_ptr); -#endif /* defined (LINESPEC_H) */ +#endif /* GDB_LINESPEC_H */ |