зеркало из https://github.com/mozilla/gecko-dev.git
Bug 471713 - Uncomment the sys.exit() in error() in the script to generate documentation for SpiderMonkey opcodes. r=jwalden
--HG-- extra : rebase_source : 488896716573a7309de239485a1cea268675e97c
This commit is contained in:
Родитель
5d5e2a8ad0
Коммит
fb3658c54a
|
@ -19,7 +19,7 @@ SOURCE_BASE = 'http://mxr.mozilla.org/mozilla-central/source'
|
|||
|
||||
def error(message):
|
||||
print("Error: {message}".format(message=message), file=sys.stderr)
|
||||
#sys.exit(1) # uncomment when all opcodes documented
|
||||
sys.exit(1)
|
||||
|
||||
def get_xdr_version(dir):
|
||||
version_pat = re.compile('XDR_BYTECODE_VERSION = uint32_t\(0xb973c0de - (\d+)\);')
|
||||
|
|
Загрузка…
Ссылка в новой задаче