diff options
Diffstat (limited to 'gdb/f-lang.h')
-rw-r--r-- | gdb/f-lang.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/f-lang.h b/gdb/f-lang.h index 6b3962f..f60d02a 100644 --- a/gdb/f-lang.h +++ b/gdb/f-lang.h @@ -1,6 +1,6 @@ /* Fortran language support definitions for GDB, the GNU debugger. - Copyright (C) 1992-2024 Free Software Foundation, Inc. + Copyright (C) 1992-2025 Free Software Foundation, Inc. Contributed by Motorola. Adapted from the C definitions by Farooq Butt (fmbutt@engage.sps.mot.com). @@ -20,8 +20,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 F_LANG_H -#define F_LANG_H +#ifndef GDB_F_LANG_H +#define GDB_F_LANG_H #include "language.h" #include "valprint.h" @@ -386,4 +386,4 @@ extern struct type *fortran_preserve_arg_pointer (struct value *arg, extern CORE_ADDR fortran_adjust_dynamic_array_base_address_hack (struct type *type, CORE_ADDR address); -#endif /* F_LANG_H */ +#endif /* GDB_F_LANG_H */ |