diff options
Diffstat (limited to 'gdb/mi/mi-common.h')
-rw-r--r-- | gdb/mi/mi-common.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/mi/mi-common.h b/gdb/mi/mi-common.h index 38ad35c..4c3951c 100644 --- a/gdb/mi/mi-common.h +++ b/gdb/mi/mi-common.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 MI_MI_COMMON_H -#define MI_MI_COMMON_H +#ifndef GDB_MI_MI_COMMON_H +#define GDB_MI_MI_COMMON_H /* Represents the reason why GDB is sending an asynchronous command to the front end. NOTE: When modifying this, don't forget to update @@ -49,4 +49,4 @@ enum async_reply_reason const char *async_reason_lookup (enum async_reply_reason reason); -#endif /* MI_MI_COMMON_H */ +#endif /* GDB_MI_MI_COMMON_H */ |