diff options
Diffstat (limited to 'gdbsupport/valid-expr.h')
-rw-r--r-- | gdbsupport/valid-expr.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdbsupport/valid-expr.h b/gdbsupport/valid-expr.h index 6d2b481..ef51958 100644 --- a/gdbsupport/valid-expr.h +++ b/gdbsupport/valid-expr.h @@ -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 */ |