diff options
Diffstat (limited to 'gdb/gmp-utils.h')
-rw-r--r-- | gdb/gmp-utils.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/gmp-utils.h b/gdb/gmp-utils.h index 878ce1d..b9d1424 100644 --- a/gdb/gmp-utils.h +++ b/gdb/gmp-utils.h @@ -1,6 +1,6 @@ /* Miscellaneous routines making it easier to use GMP within GDB's framework. - Copyright (C) 2019-2024 Free Software Foundation, Inc. + Copyright (C) 2019-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 GMP_UTILS_H -#define GMP_UTILS_H +#ifndef GDB_GMP_UTILS_H +#define GDB_GMP_UTILS_H /* Include <stdio.h> and <stdarg.h> ahead of <gmp.h>, so as to get access to GMP's various formatting functions. */ @@ -663,4 +663,4 @@ gdb_mpz::as_integer_truncate () const return result; } -#endif +#endif /* GDB_GMP_UTILS_H */ |