Files
squirrel/doc/source
VasiliyRyabtsev 665b5b1c5d Make params count type signed in sq_getclosureinfo()
For native closures this method returns _nparamscheck value
which can be negative when function accepts variable number of
arguments - and it's incorrect to cast it to unsigned.

Also, _nparameters, _noutervalues and _nparamscheck fields are
actually signed integers, so it is better to keep them signed.
And casting _noutervalues is ok since it has enough capacity.
2018-07-20 09:49:38 +03:00
..
2016-03-27 19:58:27 +08:00
2017-06-14 14:09:53 +02:00
2016-03-27 19:58:27 +08:00
2016-03-14 23:35:04 +08:00