1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-28 11:09:54 +00:00

Remove restriction on variable length arrays.

This commit is contained in:
Calvin Rose 2019-02-21 11:54:06 -05:00
parent 0823eb7327
commit 8c67bf82f6

View File

@ -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 a subset of C99 that works with Microsoft Visual C++. This means most of C99 but with the following
omissions. omissions.
* No Variable Length Arrays (yes these may work in newer MSVC compilers)
* No `restrict` * No `restrict`
* Certain functions in the standard library are not always available * Certain functions in the standard library are not always available