diff options
Diffstat (limited to 'gdb/exceptions.h')
-rw-r--r-- | gdb/exceptions.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/exceptions.h b/gdb/exceptions.h index 64f4d75..bf7141d 100644 --- a/gdb/exceptions.h +++ b/gdb/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 EXCEPTIONS_H -#define EXCEPTIONS_H +#ifndef GDB_EXCEPTIONS_H +#define GDB_EXCEPTIONS_H #include "ui-out.h" @@ -31,4 +31,4 @@ extern void exception_fprintf (struct ui_file *file, const char *prefix, ...) ATTRIBUTE_PRINTF (3, 4); -#endif +#endif /* GDB_EXCEPTIONS_H */ |