mirror of
https://github.com/janet-lang/janet
synced 2025-10-15 07:47:40 +00:00
Remove restriction on variable length arrays.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user