diff options
Diffstat (limited to 'gdb/ax-gdb.h')
-rw-r--r-- | gdb/ax-gdb.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/ax-gdb.h b/gdb/ax-gdb.h index 9e2dfea..53f48ff 100644 --- a/gdb/ax-gdb.h +++ b/gdb/ax-gdb.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 AX_GDB_H -#define AX_GDB_H +#ifndef GDB_AX_GDB_H +#define GDB_AX_GDB_H #include "ax.h" @@ -123,4 +123,4 @@ extern agent_expr_up gen_printf (CORE_ADDR, struct gdbarch *, CORE_ADDR, LONGEST, const char *, int, int, struct expression **); -#endif /* AX_GDB_H */ +#endif /* GDB_AX_GDB_H */ |