diff options
Diffstat (limited to 'gdb/compile/compile-cplus.h')
-rw-r--r-- | gdb/compile/compile-cplus.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/compile/compile-cplus.h b/gdb/compile/compile-cplus.h index a714b6d..d08feea 100644 --- a/gdb/compile/compile-cplus.h +++ b/gdb/compile/compile-cplus.h @@ -1,5 +1,5 @@ /* Header file for GDB compile C++ language support. - Copyright (C) 2016-2024 Free Software Foundation, Inc. + Copyright (C) 2016-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/>. */ -#ifndef COMPILE_COMPILE_CPLUS_H -#define COMPILE_COMPILE_CPLUS_H +#ifndef GDB_COMPILE_COMPILE_CPLUS_H +#define GDB_COMPILE_COMPILE_CPLUS_H #include "compile/compile.h" #include "gdbsupport/enum-flags.h" @@ -204,4 +204,4 @@ private: enum gcc_cp_symbol_kind get_method_access_flag (const struct type *type, int fni, int num); -#endif /* COMPILE_COMPILE_CPLUS_H */ +#endif /* GDB_COMPILE_COMPILE_CPLUS_H */ |