aboutsummaryrefslogtreecommitdiff
path: root/gdb/macroexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/macroexp.h')
-rw-r--r--gdb/macroexp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/macroexp.h b/gdb/macroexp.h
index 2706f157..6fd5dc2 100644
--- a/gdb/macroexp.h
+++ b/gdb/macroexp.h
@@ -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 */