mirror of
https://github.com/janet-lang/janet
synced 2025-11-12 05:23:02 +00:00
Strip trailing whitespace from many files.
Add native modules to import with module.native-path.
This commit is contained in:
@@ -216,7 +216,7 @@ static int cfun_concat(DstArgs args) {
|
||||
case DST_ARRAY:
|
||||
case DST_TUPLE:
|
||||
{
|
||||
int32_t j, len;
|
||||
int32_t j, len;
|
||||
const Dst *vals;
|
||||
dst_seq_view(args.v[i], &vals, &len);
|
||||
for (j = 0; j < len; j++)
|
||||
|
||||
Reference in New Issue
Block a user