From f0def28d9aeeb7f1f9b3d8880a34a05ec59d80ed Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 14 Aug 2022 07:25:40 +0200 Subject: multiline comment and stuff --- bootstrap/types.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap/types.c') diff --git a/bootstrap/types.c b/bootstrap/types.c index 289f69f..0be365f 100644 --- a/bootstrap/types.c +++ b/bootstrap/types.c @@ -10,7 +10,7 @@ static struct { } **buckets; char *tags; } types; -static vec_t(const struct type *) typesvec; +static vec_t(const struct type *) typesvec; // insertion order void inittypes() { -- cgit v1.2.3