1
0
mirror of https://github.com/janet-lang/janet synced 2026-04-17 12:21:27 +00:00
Files
janet/src/include
Calvin Rose 021b71ad62 Allow proper serialization of size_t in marsh.c
Typed arrays used size_t in serialization: C APIs will
also often use it, so it makes sense to add first class support
for it rather than assume it will will fint into an integer.

These changes should quiet some visual studio warnings.

Also make some spacing more consistent.
2019-03-07 22:08:44 -05:00
..