mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-19 01:19:41 +08: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 classes to wrap up the process of iterating over a
|
||||
multi-dimensional Fortran array. */
|
||||
|
||||
#ifndef F_ARRAY_WALKER_H
|
||||
#define F_ARRAY_WALKER_H
|
||||
#ifndef GDB_F_ARRAY_WALKER_H
|
||||
#define GDB_F_ARRAY_WALKER_H
|
||||
|
||||
#include "gdbtypes.h"
|
||||
#include "f-lang.h"
|
||||
@@ -298,4 +298,4 @@ private:
|
||||
int m_nss;
|
||||
};
|
||||
|
||||
#endif /* F_ARRAY_WALKER_H */
|
||||
#endif /* GDB_F_ARRAY_WALKER_H */
|
||||
|
||||
Reference in New Issue
Block a user