summaryrefslogtreecommitdiff
path: root/miniany/REQUIREMENTS
diff options
context:
space:
mode:
Diffstat (limited to 'miniany/REQUIREMENTS')
-rw-r--r--miniany/REQUIREMENTS4
1 files changed, 3 insertions, 1 deletions
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
+