mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
Run check-include-guards.py
This patch is the result of running check-include-guards.py on the current tree. Running it a second time causes no changes. Reviewed-By: Tom de Vries <tdevries@suse.de>
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
/* Support for printing a backtrace when GDB hits an error. This is not
|
||||
for printing backtraces of the inferior, but backtraces of GDB itself. */
|
||||
|
||||
#ifndef BT_UTILS_H
|
||||
#define BT_UTILS_H
|
||||
#ifndef GDB_BT_UTILS_H
|
||||
#define GDB_BT_UTILS_H
|
||||
|
||||
#ifdef HAVE_LIBBACKTRACE
|
||||
# include "backtrace.h"
|
||||
@@ -75,4 +75,4 @@ extern void gdb_internal_backtrace_set_cmd (const char *args, int from_tty,
|
||||
|
||||
extern void gdb_internal_backtrace_init_str ();
|
||||
|
||||
#endif /* BT_UTILS_H */
|
||||
#endif /* GDB_BT_UTILS_H */
|
||||
|
||||
Reference in New Issue
Block a user