Added missing newlines
authorRobert Pengelly <robertapengelly@hotmail.com>
Wed, 20 May 2026 16:10:23 +0000 (17:10 +0100)
committerRobert Pengelly <robertapengelly@hotmail.com>
Wed, 20 May 2026 16:10:23 +0000 (17:10 +0100)
int64.h
parse.h
sym.c [deleted file]

diff --git a/int64.h b/int64.h
index c3529f26c4b9b1e1dc632de9708b5466f89c227b..de17e05632dc3f2c28422d1eca050873db150e2f 100644 (file)
--- 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 ca59939e07494e24d90b75169e57f7d2f248f42b..85318a2ec9b96966fe9bef6eae42559bb0a5601f 100644 (file)
--- 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 (file)
index eab3bee..0000000
--- a/sym.c
+++ /dev/null
@@ -1,7 +0,0 @@
-/******************************************************************************
- * @file            sym.c
- *****************************************************************************/
-#include    "cc.h"
-
-
\ No newline at end of file