diff options
| author | 2025-11-16 09:19:14 +0100 | |
|---|---|---|
| committer | 2025-11-16 09:19:14 +0100 | |
| commit | dfda5c86b24284aca09da6055ef721ff7a18cd7b (patch) | |
| tree | 6a3f563d639f8ec380c6b5040593087f3b9516df /targ.c | |
| parent | 9abe27f6712852bd6a98d04baeca6d81470cc61c (diff) | |
factor type stuff into type.h
Diffstat (limited to 'targ.c')
| -rw-r--r-- | targ.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ #include "common.h" +#include "type.h" extern const struct mctarg t_amd64_sysv; static const struct targ { |