diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2022-03-01 10:51:15 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2022-08-21 21:54:28 (GMT) |
commit | e9ba156cd06353d14b2e3fe0f17fff5ddb24de46 (patch) | |
tree | 93d28999eba02f56012d854be0228b6ab84fa5af /tools | |
parent | 536baed85dd1d7fd0f99dfe0aa549f11a96afd85 (diff) |
Fix some header guard comments.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/d2c/decl.h | 2 | ||||
-rw-r--r-- | tools/d2c/format/decl.h | 2 | ||||
-rw-r--r-- | tools/d2c/id/decl.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/d2c/decl.h b/tools/d2c/decl.h index bcca0ff..1214d01 100644 --- a/tools/d2c/decl.h +++ b/tools/d2c/decl.h @@ -34,4 +34,4 @@ rented_coder *process_definition_file(const char *, pre_processor *); -#endif /* _TOOLS_D2C_BITS_DECL_H */ +#endif /* _TOOLS_D2C_DECL_H */ diff --git a/tools/d2c/format/decl.h b/tools/d2c/format/decl.h index e3e4c9c..b12f853 100644 --- a/tools/d2c/format/decl.h +++ b/tools/d2c/format/decl.h @@ -34,4 +34,4 @@ bool load_format_from_raw_line(operands_format *, const char *); -#endif /* _TOOLS_D2C_BITS_DECL_H */ +#endif /* _TOOLS_D2C_FORMAT_DECL_H */ diff --git a/tools/d2c/id/decl.h b/tools/d2c/id/decl.h index e494b9f..cd156bd 100644 --- a/tools/d2c/id/decl.h +++ b/tools/d2c/id/decl.h @@ -37,4 +37,4 @@ bool load_id_from_raw_line(instr_id *, const char *); -#endif /* _TOOLS_D2C_BITS_DECL_H */ +#endif /* _TOOLS_D2C_ID_DECL_H */ |