aboutsummaryrefslogtreecommitdiff
path: root/gdb/value.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2024-04-18 09:28:29 -0600
committerTom Tromey <tromey@adacore.com>2024-12-18 10:00:44 -0700
commitcc7096403214782a59b6c8243cd7570b015e0075 (patch)
treef12cdeb0c9166cf7fcd6a047b6e2e140044e18aa /gdb/value.h
parent0dad0d7b084cb1ea771da0be579ef6ea0a7725f6 (diff)
downloadbinutils-cc7096403214782a59b6c8243cd7570b015e0075.zip
binutils-cc7096403214782a59b6c8243cd7570b015e0075.tar.gz
binutils-cc7096403214782a59b6c8243cd7570b015e0075.tar.bz2
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>
Diffstat (limited to 'gdb/value.h')
-rw-r--r--gdb/value.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/value.h b/gdb/value.h
index c8166a7..2c94e09 100644
--- a/gdb/value.h
+++ b/gdb/value.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/>. */
-#if !defined (VALUE_H)
-#define VALUE_H 1
+#ifndef GDB_VALUE_H
+#define GDB_VALUE_H
#include "frame.h"
#include "extension.h"
@@ -1723,4 +1723,4 @@ void pseudo_to_concat_raw (const frame_info_ptr &next_frame,
int raw_reg_1_num, int raw_reg_2_num,
int raw_reg_3_num);
-#endif /* !defined (VALUE_H) */
+#endif /* GDB_VALUE_H */