aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ax.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbserver/ax.h')
-rw-r--r--gdb/gdbserver/ax.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/gdbserver/ax.h b/gdb/gdbserver/ax.h
index fd96834..3e9fd8f 100644
--- a/gdb/gdbserver/ax.h
+++ b/gdb/gdbserver/ax.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/>. */
-#if !defined (AX_H)
-#define AX_H 1
+#ifndef GDBSERVER_AX_H
+#define GDBSERVER_AX_H
#include "regcache.h"
@@ -142,4 +142,4 @@ struct emit_ops
extern CORE_ADDR current_insn_ptr;
extern int emit_error;
-#endif /* AX_H */
+#endif /* GDBSERVER_AX_H */