diff options
Diffstat (limited to 'gdb/mi/mi-cmd-break.h')
-rw-r--r-- | gdb/mi/mi-cmd-break.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/mi/mi-cmd-break.h b/gdb/mi/mi-cmd-break.h index 76aedff..160c578 100644 --- a/gdb/mi/mi-cmd-break.h +++ b/gdb/mi/mi-cmd-break.h @@ -18,8 +18,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 MI_MI_CMD_BREAK_H -#define MI_MI_CMD_BREAK_H +#ifndef GDB_MI_MI_CMD_BREAK_H +#define GDB_MI_MI_CMD_BREAK_H #include "gdbsupport/scoped_restore.h" @@ -27,4 +27,4 @@ catchpoint. */ scoped_restore_tmpl<int> setup_breakpoint_reporting (void); -#endif /* MI_MI_CMD_BREAK_H */ +#endif /* GDB_MI_MI_CMD_BREAK_H */ |