forked from Imagelibrary/binutils-gdb
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:
@@ -14,8 +14,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 CLI_CLI_CMDS_H
|
||||
#define CLI_CLI_CMDS_H
|
||||
#ifndef GDB_CLI_CLI_CMDS_H
|
||||
#define GDB_CLI_CLI_CMDS_H
|
||||
|
||||
#include "gdbsupport/filestuff.h"
|
||||
#include <optional>
|
||||
@@ -202,4 +202,4 @@ extern void with_command_completer_1 (const char *set_cmd_prefix,
|
||||
completion_tracker &tracker,
|
||||
const char *text);
|
||||
|
||||
#endif /* CLI_CLI_CMDS_H */
|
||||
#endif /* GDB_CLI_CLI_CMDS_H */
|
||||
|
||||
@@ -15,8 +15,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 CLI_CLI_DECODE_H
|
||||
#define CLI_CLI_DECODE_H
|
||||
#ifndef GDB_CLI_CLI_DECODE_H
|
||||
#define GDB_CLI_CLI_DECODE_H
|
||||
|
||||
/* This file defines the private interfaces for any code implementing
|
||||
command internals. */
|
||||
@@ -316,4 +316,4 @@ extern int cli_user_command_p (struct cmd_list_element *);
|
||||
|
||||
extern int find_command_name_length (const char *);
|
||||
|
||||
#endif /* CLI_CLI_DECODE_H */
|
||||
#endif /* GDB_CLI_CLI_DECODE_H */
|
||||
|
||||
@@ -15,8 +15,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 CLI_CLI_INTERP_H
|
||||
#define CLI_CLI_INTERP_H
|
||||
#ifndef GDB_CLI_CLI_INTERP_H
|
||||
#define GDB_CLI_CLI_INTERP_H
|
||||
|
||||
#include "interps.h"
|
||||
|
||||
@@ -68,4 +68,4 @@ private:
|
||||
extern int should_print_stop_to_console (struct interp *interp,
|
||||
struct thread_info *tp);
|
||||
|
||||
#endif /* CLI_CLI_INTERP_H */
|
||||
#endif /* GDB_CLI_CLI_INTERP_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 CLI_OPTION_H
|
||||
#define CLI_OPTION_H 1
|
||||
#ifndef GDB_CLI_CLI_OPTION_H
|
||||
#define GDB_CLI_CLI_OPTION_H
|
||||
|
||||
#include <optional>
|
||||
#include "gdbsupport/array-view.h"
|
||||
@@ -399,4 +399,4 @@ extern void add_setshow_cmds_for_options (command_class cmd_class, void *data,
|
||||
} /* namespace option */
|
||||
} /* namespace gdb */
|
||||
|
||||
#endif /* CLI_OPTION_H */
|
||||
#endif /* GDB_CLI_CLI_OPTION_H */
|
||||
|
||||
@@ -14,8 +14,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 CLI_CLI_SCRIPT_H
|
||||
#define CLI_CLI_SCRIPT_H
|
||||
#ifndef GDB_CLI_CLI_SCRIPT_H
|
||||
#define GDB_CLI_CLI_SCRIPT_H
|
||||
|
||||
#include "compile/compile.h"
|
||||
#include "gdbsupport/function-view.h"
|
||||
@@ -182,4 +182,4 @@ extern void print_command_trace (const char *cmd, ...)
|
||||
|
||||
extern void reset_command_nest_depth (void);
|
||||
|
||||
#endif /* CLI_CLI_SCRIPT_H */
|
||||
#endif /* GDB_CLI_CLI_SCRIPT_H */
|
||||
|
||||
@@ -14,8 +14,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 CLI_CLI_SETSHOW_H
|
||||
#define CLI_CLI_SETSHOW_H
|
||||
#ifndef GDB_CLI_CLI_SETSHOW_H
|
||||
#define GDB_CLI_CLI_SETSHOW_H
|
||||
|
||||
#include <string>
|
||||
|
||||
@@ -60,4 +60,4 @@ extern std::string get_setshow_command_value_string (const setting &var);
|
||||
|
||||
extern void cmd_show_list (struct cmd_list_element *list, int from_tty);
|
||||
|
||||
#endif /* CLI_CLI_SETSHOW_H */
|
||||
#endif /* GDB_CLI_CLI_SETSHOW_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 CLI_CLI_STYLE_H
|
||||
#define CLI_CLI_STYLE_H
|
||||
#ifndef GDB_CLI_CLI_STYLE_H
|
||||
#define GDB_CLI_CLI_STYLE_H
|
||||
|
||||
#include "ui-file.h"
|
||||
#include "command.h"
|
||||
@@ -160,4 +160,4 @@ extern bool disassembler_styling;
|
||||
/* True if styling is enabled. */
|
||||
extern bool cli_styling;
|
||||
|
||||
#endif /* CLI_CLI_STYLE_H */
|
||||
#endif /* GDB_CLI_CLI_STYLE_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 CLI_CLI_UTILS_H
|
||||
#define CLI_CLI_UTILS_H
|
||||
#ifndef GDB_CLI_CLI_UTILS_H
|
||||
#define GDB_CLI_CLI_UTILS_H
|
||||
|
||||
#include "completer.h"
|
||||
|
||||
@@ -225,4 +225,4 @@ struct qcs_flags
|
||||
message. */
|
||||
extern void validate_flags_qcs (const char *which_command, qcs_flags *flags);
|
||||
|
||||
#endif /* CLI_CLI_UTILS_H */
|
||||
#endif /* GDB_CLI_CLI_UTILS_H */
|
||||
|
||||
Reference in New Issue
Block a user