diff options
Diffstat (limited to 'gdb/common/gdb_assert.h')
-rw-r--r-- | gdb/common/gdb_assert.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/common/gdb_assert.h b/gdb/common/gdb_assert.h index f59f2293164..a719d878990 100644 --- a/gdb/common/gdb_assert.h +++ b/gdb/common/gdb_assert.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 GDB_ASSERT_H -#define GDB_ASSERT_H +#ifndef COMMON_GDB_ASSERT_H +#define COMMON_GDB_ASSERT_H /* A static assertion. This will cause a compile-time error if EXPR, which must be a compile-time constant, is false. */ @@ -56,4 +56,4 @@ internal_error (__FILE__, __LINE__, _(message)) #endif -#endif /* gdb_assert.h */ +#endif /* COMMON_GDB_ASSERT_H */ |