summaryrefslogtreecommitdiff
path: root/miniany/REQUIREMENTS
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-08-20 08:48:14 +0000
committerAndreas Baumann <mail@andreasbaumann.cc>2021-08-20 08:48:14 +0000
commit1a6b63ad270d09ece8a520e64235ba8d8017ed22 (patch)
treef6c30564de52f1e9c5268944c242ab655b825c5f /miniany/REQUIREMENTS
parentb74b9a8ef45137611e53e779d932d9d222e8eb35 (diff)
downloadcompilertests-1a6b63ad270d09ece8a520e64235ba8d8017ed22.tar.gz
compilertests-1a6b63ad270d09ece8a520e64235ba8d8017ed22.tar.bz2
c4: fixed compiler warnings and using old style block comments
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
+