diff options
Diffstat (limited to 'src/host/genlibbc.lua')
-rw-r--r-- | src/host/genlibbc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/genlibbc.lua b/src/host/genlibbc.lua index 921769f7..f6dabbec 100644 --- a/src/host/genlibbc.lua +++ b/src/host/genlibbc.lua | |||
@@ -2,7 +2,7 @@ | |||
2 | -- Lua script to dump the bytecode of the library functions written in Lua. | 2 | -- Lua script to dump the bytecode of the library functions written in Lua. |
3 | -- The resulting 'buildvm_libbc.h' is used for the build process of LuaJIT. | 3 | -- The resulting 'buildvm_libbc.h' is used for the build process of LuaJIT. |
4 | ---------------------------------------------------------------------------- | 4 | ---------------------------------------------------------------------------- |
5 | -- Copyright (C) 2005-2021 Mike Pall. All rights reserved. | 5 | -- Copyright (C) 2005-2022 Mike Pall. All rights reserved. |
6 | -- Released under the MIT license. See Copyright Notice in luajit.h | 6 | -- Released under the MIT license. See Copyright Notice in luajit.h |
7 | ---------------------------------------------------------------------------- | 7 | ---------------------------------------------------------------------------- |
8 | 8 | ||