diff options
Diffstat (limited to 'gdb/macroexp.h')
-rw-r--r-- | gdb/macroexp.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/macroexp.h b/gdb/macroexp.h index 2706f157..0d39629 100644 --- a/gdb/macroexp.h +++ b/gdb/macroexp.h @@ -1,5 +1,5 @@ /* Interface to C preprocessor macro expansion for GDB. - Copyright (C) 2002-2024 Free Software Foundation, Inc. + Copyright (C) 2002-2025 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GDB. @@ -18,8 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef MACROEXP_H -#define MACROEXP_H +#ifndef GDB_MACROEXP_H +#define GDB_MACROEXP_H struct macro_scope; @@ -81,4 +81,4 @@ int macro_is_digit (int c); /* Stringify STR according to C rules and return a null-terminated string. */ gdb::unique_xmalloc_ptr<char> macro_stringify (const char *str); -#endif /* MACROEXP_H */ +#endif /* GDB_MACROEXP_H */ |