diff options
Diffstat (limited to 'gdb/common/common-exceptions.h')
-rw-r--r-- | gdb/common/common-exceptions.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/common/common-exceptions.h b/gdb/common/common-exceptions.h index 0f03dc202b3..471e7c5cf81 100644 --- a/gdb/common/common-exceptions.h +++ b/gdb/common/common-exceptions.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 COMMON_EXCEPTIONS_H -#define COMMON_EXCEPTIONS_H +#ifndef COMMON_COMMON_EXCEPTIONS_H +#define COMMON_COMMON_EXCEPTIONS_H #include <setjmp.h> #include <new> @@ -338,4 +338,4 @@ extern void throw_quit (const char *fmt, ...) /* A pre-defined non-exception. */ extern const struct gdb_exception exception_none; -#endif /* COMMON_EXCEPTIONS_H */ +#endif /* COMMON_COMMON_EXCEPTIONS_H */ |