Files
squirrel/include
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-02-15 20:51:20 +01:00
2016-02-15 20:51:20 +01:00
2016-02-15 20:51:20 +01:00
2016-02-15 20:51:20 +01:00
2016-02-15 20:51:20 +01:00