From 1a6b63ad270d09ece8a520e64235ba8d8017ed22 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 20 Aug 2021 08:48:14 +0000 Subject: c4: fixed compiler warnings and using old style block comments --- miniany/REQUIREMENTS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'miniany/REQUIREMENTS') diff --git a/miniany/REQUIREMENTS b/miniany/REQUIREMENTS index 9cf810d..b8281d1 100644 --- a/miniany/REQUIREMENTS +++ b/miniany/REQUIREMENTS @@ -47,4 +47,6 @@ not implementing: - void * allowing to omit (char *) from and to for instance structs in dynamic memory management - typedefs are just syntactic sugar, I use them mostly for 'struct T' -> 'T' - +- initializers of global and locals, not that important as we use C89 anyway, + forcing us to separate declaration and usage of variables per scope + -- cgit v1.2.3-54-g00ecf