mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
vendor: fix windows builds for tracer js engine
This commit is contained in:
parent
4aecb6c273
commit
4de03429af
2 changed files with 19 additions and 19 deletions
2
vendor/gopkg.in/olebedev/go-duktape.v3/duktape.h
generated
vendored
2
vendor/gopkg.in/olebedev/go-duktape.v3/duktape.h
generated
vendored
|
|
@ -284,7 +284,7 @@ struct duk_time_components {
|
||||||
/* Indicates that a native function does not have a fixed number of args,
|
/* Indicates that a native function does not have a fixed number of args,
|
||||||
* and the argument stack should not be capped/extended at all.
|
* 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)
|
/* Number of value stack entries (in addition to actual call arguments)
|
||||||
* guaranteed to be allocated on entry to a Duktape/C function.
|
* guaranteed to be allocated on entry to a Duktape/C function.
|
||||||
|
|
|
||||||
6
vendor/vendor.json
vendored
6
vendor/vendor.json
vendored
|
|
@ -694,10 +694,10 @@
|
||||||
"revisionTime": "2016-06-21T03:49:01Z"
|
"revisionTime": "2016-06-21T03:49:01Z"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"checksumSHA1": "cz8LG9iHvnfRygm6Ely04ExfJks=",
|
"checksumSHA1": "yPC9KQ8FsgkXOW/asyYb3e342zM=",
|
||||||
"path": "gopkg.in/olebedev/go-duktape.v3",
|
"path": "gopkg.in/olebedev/go-duktape.v3",
|
||||||
"revision": "a9c7dcc419333b2c1fed2cb5dc55968e1fde04e6",
|
"revision": "ba35a085130ba4a40459f68bf64c30232c1da09a",
|
||||||
"revisionTime": "2017-11-09T03:10:00Z"
|
"revisionTime": "2017-12-16T04:10:41Z"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"checksumSHA1": "4BwmmgQUhWtizsR2soXND0nqZ1I=",
|
"checksumSHA1": "4BwmmgQUhWtizsR2soXND0nqZ1I=",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue