mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 09:23:48 +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
32
vendor/gopkg.in/olebedev/go-duktape.v3/duktape.h
generated
vendored
32
vendor/gopkg.in/olebedev/go-duktape.v3/duktape.h
generated
vendored
|
|
@ -18,21 +18,21 @@
|
|||
* ===============
|
||||
* Duktape license
|
||||
* ===============
|
||||
*
|
||||
*
|
||||
* (http://opensource.org/licenses/MIT)
|
||||
*
|
||||
*
|
||||
* Copyright (c) 2013-2017 by Duktape authors (see AUTHORS.rst)
|
||||
*
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
|
|
@ -47,24 +47,24 @@
|
|||
* ===============
|
||||
* Duktape authors
|
||||
* ===============
|
||||
*
|
||||
*
|
||||
* Copyright
|
||||
* =========
|
||||
*
|
||||
*
|
||||
* Duktape copyrights are held by its authors. Each author has a copyright
|
||||
* to their contribution, and agrees to irrevocably license the contribution
|
||||
* under the Duktape ``LICENSE.txt``.
|
||||
*
|
||||
*
|
||||
* Authors
|
||||
* =======
|
||||
*
|
||||
*
|
||||
* Please include an e-mail address, a link to your GitHub profile, or something
|
||||
* similar to allow your contribution to be identified accurately.
|
||||
*
|
||||
*
|
||||
* The following people have contributed code, website contents, or Wiki contents,
|
||||
* and agreed to irrevocably license their contributions under the Duktape
|
||||
* ``LICENSE.txt`` (in order of appearance):
|
||||
*
|
||||
*
|
||||
* * Sami Vaarala <sami.vaarala@iki.fi>
|
||||
* * Niki Dobrev
|
||||
* * Andreas \u00d6man <andreas@lonelycoder.com>
|
||||
|
|
@ -92,13 +92,13 @@
|
|||
* * Steven Don (https://github.com/shdon)
|
||||
* * Simon Stone (https://github.com/sstone1)
|
||||
* * \J. McC. (https://github.com/jmhmccr)
|
||||
*
|
||||
*
|
||||
* Other contributions
|
||||
* ===================
|
||||
*
|
||||
*
|
||||
* The following people have contributed something other than code (e.g. reported
|
||||
* bugs, provided ideas, etc; roughly in order of appearance):
|
||||
*
|
||||
*
|
||||
* * Greg Burns
|
||||
* * Anthony Rabine
|
||||
* * Carlos Costa
|
||||
|
|
@ -130,7 +130,7 @@
|
|||
* * https://github.com/chris-y
|
||||
* * Laurent Zubiaur (https://github.com/lzubiaur)
|
||||
* * Neil Kolban (https://github.com/nkolban)
|
||||
*
|
||||
*
|
||||
* If you are accidentally missing from this list, send me an e-mail
|
||||
* (``sami.vaarala@iki.fi``) and I'll fix the omission.
|
||||
*/
|
||||
|
|
@ -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
6
vendor/vendor.json
vendored
|
|
@ -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=",
|
||||
|
|
|
|||
Loading…
Reference in a new issue