aboutsummaryrefslogtreecommitdiff
path: root/gdb/disasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/disasm.h')
-rw-r--r--gdb/disasm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/disasm.h b/gdb/disasm.h
index 9d5450c..be500e5 100644
--- a/gdb/disasm.h
+++ b/gdb/disasm.h
@@ -16,8 +16,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 DISASM_H
-#define DISASM_H
+#ifndef GDB_DISASM_H
+#define GDB_DISASM_H
#include "dis-asm.h"
#include "disasm-flags.h"
@@ -392,4 +392,4 @@ extern const char *get_disassembler_options (struct gdbarch *gdbarch);
extern void set_disassembler_options (const char *options);
-#endif
+#endif /* GDB_DISASM_H */