diff options
Diffstat (limited to 'gdb/record-full.h')
-rw-r--r-- | gdb/record-full.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/record-full.h b/gdb/record-full.h index 07f97d2..0852d2a 100644 --- a/gdb/record-full.h +++ b/gdb/record-full.h @@ -17,8 +17,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 RECORD_FULL_H -#define RECORD_FULL_H +#ifndef GDB_RECORD_FULL_H +#define GDB_RECORD_FULL_H #include "gdbsupport/scoped_restore.h" @@ -36,4 +36,4 @@ extern bool record_full_is_replaying (); extern scoped_restore_tmpl<int> record_full_gdb_operation_disable_set (); -#endif /* RECORD_FULL_H */ +#endif /* GDB_RECORD_FULL_H */ |