vendor: fix windows builds for tracer js engine

This commit is contained in:
Péter Szilágyi 2017-12-19 14:05:43 +02:00
parent 4aecb6c273
commit 4de03429af
2 changed files with 19 additions and 19 deletions

View file

@ -284,7 +284,7 @@ struct duk_time_components {
/* Indicates that a native function does not have a fixed number of args,
* and the argument stack should not be capped/extended at all.
*/
#define DUK_VARARGS ((duk_int_t) (-1))
#define DUK_VARARGS ((duk_uint_t) (-1))
/* Number of value stack entries (in addition to actual call arguments)
* guaranteed to be allocated on entry to a Duktape/C function.

6
vendor/vendor.json vendored
View file

@ -694,10 +694,10 @@
"revisionTime": "2016-06-21T03:49:01Z"
},
{
"checksumSHA1": "cz8LG9iHvnfRygm6Ely04ExfJks=",
"checksumSHA1": "yPC9KQ8FsgkXOW/asyYb3e342zM=",
"path": "gopkg.in/olebedev/go-duktape.v3",
"revision": "a9c7dcc419333b2c1fed2cb5dc55968e1fde04e6",
"revisionTime": "2017-11-09T03:10:00Z"
"revision": "ba35a085130ba4a40459f68bf64c30232c1da09a",
"revisionTime": "2017-12-16T04:10:41Z"
},
{
"checksumSHA1": "4BwmmgQUhWtizsR2soXND0nqZ1I=",