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:
@@ -23,8 +23,8 @@
|
||||
right type. This is mainly used to verify that some utility's API
|
||||
is really as safe as intended. */
|
||||
|
||||
#ifndef COMMON_VALID_EXPR_H
|
||||
#define COMMON_VALID_EXPR_H
|
||||
#ifndef GDBSUPPORT_VALID_EXPR_H
|
||||
#define GDBSUPPORT_VALID_EXPR_H
|
||||
|
||||
#include "gdbsupport/preprocessor.h"
|
||||
#include "gdbsupport/traits.h"
|
||||
@@ -108,4 +108,4 @@
|
||||
ESC_PARENS (T1, T2, T3, T4, T5, T6), \
|
||||
VALID, EXPR_TYPE, EXPR)
|
||||
|
||||
#endif /* COMMON_VALID_EXPR_H */
|
||||
#endif /* GDBSUPPORT_VALID_EXPR_H */
|
||||
|
||||
Reference in New Issue
Block a user