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:
Tom Tromey
2024-04-18 09:28:29 -06:00
parent 0dad0d7b08
commit cc70964032
510 changed files with 1525 additions and 1525 deletions

View File

@@ -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 COMPILE_COMPILE_C_H
#define COMPILE_COMPILE_C_H
#ifndef GDB_COMPILE_COMPILE_C_H
#define GDB_COMPILE_COMPILE_C_H
#include "compile/compile.h"
#include "gdbsupport/enum-flags.h"
@@ -93,4 +93,4 @@ extern std::string c_get_range_decl_name (const struct dynamic_prop *prop);
extern gdb::unique_xmalloc_ptr<char>
c_symbol_substitution_name (struct symbol *sym);
#endif /* COMPILE_COMPILE_C_H */
#endif /* GDB_COMPILE_COMPILE_C_H */

View File

@@ -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 COMPILE_COMPILE_CPLUS_H
#define COMPILE_COMPILE_CPLUS_H
#ifndef GDB_COMPILE_COMPILE_CPLUS_H
#define GDB_COMPILE_COMPILE_CPLUS_H
#include "compile/compile.h"
#include "gdbsupport/enum-flags.h"
@@ -204,4 +204,4 @@ private:
enum gcc_cp_symbol_kind get_method_access_flag (const struct type *type,
int fni, int num);
#endif /* COMPILE_COMPILE_CPLUS_H */
#endif /* GDB_COMPILE_COMPILE_CPLUS_H */

View File

@@ -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 COMPILE_COMPILE_INTERNAL_H
#define COMPILE_COMPILE_INTERNAL_H
#ifndef GDB_COMPILE_COMPILE_INTERNAL_H
#define GDB_COMPILE_COMPILE_INTERNAL_H
#include "gcc-c-interface.h"
#include "gdbsupport/gdb-hashtab.h"
@@ -80,4 +80,4 @@ private:
std::string m_object_file;
};
#endif /* COMPILE_COMPILE_INTERNAL_H */
#endif /* GDB_COMPILE_COMPILE_INTERNAL_H */

View File

@@ -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 COMPILE_COMPILE_OBJECT_LOAD_H
#define COMPILE_COMPILE_OBJECT_LOAD_H
#ifndef GDB_COMPILE_COMPILE_OBJECT_LOAD_H
#define GDB_COMPILE_COMPILE_OBJECT_LOAD_H
#include "compile-internal.h"
#include "compile.h"
@@ -95,4 +95,4 @@ extern compile_module_up compile_object_load
(const compile_file_names &fnames,
enum compile_i_scope_types scope, void *scope_data);
#endif /* COMPILE_COMPILE_OBJECT_LOAD_H */
#endif /* GDB_COMPILE_COMPILE_OBJECT_LOAD_H */

View File

@@ -14,11 +14,11 @@
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 COMPILE_COMPILE_OBJECT_RUN_H
#define COMPILE_COMPILE_OBJECT_RUN_H
#ifndef GDB_COMPILE_COMPILE_OBJECT_RUN_H
#define GDB_COMPILE_COMPILE_OBJECT_RUN_H
#include "compile-object-load.h"
extern void compile_object_run (compile_module_up &&module);
#endif /* COMPILE_COMPILE_OBJECT_RUN_H */
#endif /* GDB_COMPILE_COMPILE_OBJECT_RUN_H */

View File

@@ -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 COMPILE_COMPILE_H
#define COMPILE_COMPILE_H
#ifndef GDB_COMPILE_COMPILE_H
#define GDB_COMPILE_COMPILE_H
#include "gcc-c-interface.h"
#include "gdbsupport/unordered_map.h"
@@ -262,4 +262,4 @@ extern void compile_print_value (struct value *val, void *data_voidp);
/* Command element for the 'compile' command. */
extern cmd_list_element *compile_cmd_element;
#endif /* COMPILE_COMPILE_H */
#endif /* GDB_COMPILE_COMPILE_H */

View File

@@ -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 COMPILE_GCC_C_PLUGIN_H
#define COMPILE_GCC_C_PLUGIN_H
#ifndef GDB_COMPILE_GCC_C_PLUGIN_H
#define GDB_COMPILE_GCC_C_PLUGIN_H
#include "compile-internal.h"
@@ -68,4 +68,4 @@ private:
struct gcc_c_context *m_context;
};
#endif /* COMPILE_GCC_C_PLUGIN_H */
#endif /* GDB_COMPILE_GCC_C_PLUGIN_H */

View File

@@ -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 COMPILE_GCC_CP_PLUGIN_H
#define COMPILE_GCC_CP_PLUGIN_H
#ifndef GDB_COMPILE_GCC_CP_PLUGIN_H
#define GDB_COMPILE_GCC_CP_PLUGIN_H
/* A class representing the GCC C++ plug-in. */
@@ -87,4 +87,4 @@ private:
struct gcc_cp_context *m_context;
};
#endif /* COMPILE_GCC_CP_PLUGIN_H */
#endif /* GDB_COMPILE_GCC_CP_PLUGIN_H */