diff options
Diffstat (limited to 'gdb/c-exp.h')
-rw-r--r-- | gdb/c-exp.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/c-exp.h b/gdb/c-exp.h index a76f1bc..f15185f 100644 --- a/gdb/c-exp.h +++ b/gdb/c-exp.h @@ -1,6 +1,6 @@ /* Definitions for C expressions - Copyright (C) 2020-2024 Free Software Foundation, Inc. + Copyright (C) 2020-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -17,8 +17,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 C_EXP_H -#define C_EXP_H +#ifndef GDB_C_EXP_H +#define GDB_C_EXP_H #include "expop.h" #include "objc-lang.h" @@ -217,4 +217,4 @@ public: }/* namespace expr */ -#endif /* C_EXP_H */ +#endif /* GDB_C_EXP_H */ |