From: Robert Pengelly Date: Wed, 20 May 2026 16:10:23 +0000 (+0100) Subject: Added missing newlines X-Git-Url: https://git.candlhat.org/?a=commitdiff_plain;h=407fe322ae371e9589efe854b0ed80d4803bee38;p=scc.git Added missing newlines --- diff --git a/int64.h b/int64.h index c3529f2..de17e05 100644 --- a/int64.h +++ b/int64.h @@ -68,4 +68,4 @@ void parse_string_to_i64 (int64_s *val, const char *str); long double u64_to_ld (int64_s v); long double i64_to_ld (int64_s v); -#endif /* _INT64_H */ \ No newline at end of file +#endif /* _INT64_H */ diff --git a/parse.h b/parse.h index ca59939..85318a2 100644 --- a/parse.h +++ b/parse.h @@ -15,4 +15,4 @@ int parse_cast_type_name (int *out_size, int *out_is_unsigned, int *out_is_point int parse_constexpr_address_of_null_member (int64_s *out); int resolve_enum_constant (const char *name, int64_s *out); -#endif /* _PARSE_H */ \ No newline at end of file +#endif /* _PARSE_H */ diff --git a/sym.c b/sym.c deleted file mode 100644 index eab3bee..0000000 --- a/sym.c +++ /dev/null @@ -1,7 +0,0 @@ -/****************************************************************************** - * @file sym.c - *****************************************************************************/ -#include "cc.h" - - - \ No newline at end of file