lua-hooks/ext/luajit/src/host/genlibbc.lua in immunio-1.2.1 vs lua-hooks/ext/luajit/src/host/genlibbc.lua in immunio-2.0.2

- old
+ new

@@ -1,9 +1,9 @@ ---------------------------------------------------------------------------- -- Lua script to dump the bytecode of the library functions written in Lua. -- The resulting 'buildvm_libbc.h' is used for the build process of LuaJIT. ---------------------------------------------------------------------------- --- Copyright (C) 2005-2016 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2017 Mike Pall. All rights reserved. -- Released under the MIT license. See Copyright Notice in luajit.h ---------------------------------------------------------------------------- local ffi = require("ffi") local bit = require("bit")