aboutsummaryrefslogtreecommitdiff
path: root/gdb/progspace-and-thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/progspace-and-thread.h')
-rw-r--r--gdb/progspace-and-thread.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/progspace-and-thread.h b/gdb/progspace-and-thread.h
index fa51271..52c493b 100644
--- a/gdb/progspace-and-thread.h
+++ b/gdb/progspace-and-thread.h
@@ -16,8 +16,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#ifndef PROGSPACE_AND_THREAD_H
-#define PROGSPACE_AND_THREAD_H
+#ifndef GDB_PROGSPACE_AND_THREAD_H
+#define GDB_PROGSPACE_AND_THREAD_H
#include "progspace.h"
#include "gdbthread.h"
@@ -37,4 +37,4 @@ class scoped_restore_current_pspace_and_thread
current thread, if there's one and it isn't executing. */
void switch_to_program_space_and_thread (program_space *pspace);
-#endif
+#endif /* GDB_PROGSPACE_AND_THREAD_H */