diff options
Diffstat (limited to 'gdb/common/scoped_restore.h')
-rw-r--r-- | gdb/common/scoped_restore.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/common/scoped_restore.h b/gdb/common/scoped_restore.h index 127752e..54c3ff5 100644 --- a/gdb/common/scoped_restore.h +++ b/gdb/common/scoped_restore.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 SCOPED_RESTORE_H -#define SCOPED_RESTORE_H +#ifndef COMMON_SCOPED_RESTORE_H +#define COMMON_SCOPED_RESTORE_H /* Base class for scoped_restore_tmpl. */ class scoped_restore_base @@ -115,4 +115,4 @@ scoped_restore_tmpl<T> make_scoped_restore (T *var, T2 value) return scoped_restore_tmpl<T> (var, value); } -#endif /* SCOPED_RESTORE_H */ +#endif /* COMMON_SCOPED_RESTORE_H */ |