aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-02-21 11:54:06 -0500
committerCalvin Rose <calsrose@gmail.com>2019-02-21 11:54:06 -0500
commit8c67bf82f6d408c6a211ced706de39d069a14a19 (patch)
tree7d8e28c7e308d7c6f70538dfb93199174bad65f0 /CONTRIBUTING.md
parentChange order of directory creation. (diff)
Remove restriction on variable length arrays.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 8b8f3515..d872f3f3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -44,7 +44,6 @@ For changes to the VM and Core code, you will probably need to know C. Janet is
a subset of C99 that works with Microsoft Visual C++. This means most of C99 but with the following
omissions.
-* No Variable Length Arrays (yes these may work in newer MSVC compilers)
* No `restrict`
* Certain functions in the standard library are not always available