diff options
Diffstat (limited to 'gdb/cli/cli-interp.h')
-rw-r--r-- | gdb/cli/cli-interp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/cli/cli-interp.h b/gdb/cli/cli-interp.h index b87432d..77d73a2 100644 --- a/gdb/cli/cli-interp.h +++ b/gdb/cli/cli-interp.h @@ -15,8 +15,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 CLI_INTERP_H -#define CLI_INTERP_H 1 +#ifndef CLI_CLI_INTERP_H +#define CLI_CLI_INTERP_H #include "interps.h" @@ -60,4 +60,4 @@ extern void cli_interpreter_pre_command_loop (struct interp *self); extern int should_print_stop_to_console (struct interp *interp, struct thread_info *tp); -#endif +#endif /* CLI_CLI_INTERP_H */ |