mirror of
https://github.com/janet-lang/janet
synced 2025-12-17 14:08:05 +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
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user